Method: COS::HTTP#get
- Defined in:
- lib/cos/http.rb
#get(path, headers, signature = nil) ⇒ Object
GET请求
29 30 31 |
# File 'lib/cos/http.rb', line 29 def get(path, headers, signature = nil) do_request('GET', path, headers, signature) end |