Method: HTTP::Client.options
- Defined in:
- lib/http/client.rb
.options(uri, args = {}) ⇒ HTTP::Client::Response
Creates a OPTIONS request and executes it, returning the response.
434 |
# File 'lib/http/client.rb', line 434 def uri, args = {}; Request.new(OPTIONS, uri, args).execute; end |