Class: ReeHttp::HttpOptions

Inherits:
Object
  • Object
show all
Includes:
Ree::FnDSL
Defined in:
lib/ree_lib/packages/ree_http/package/ree_http/functions/http_options.rb

Instance Method Summary collapse

Instance Method Details

#call(url, **opts, &block) ⇒ Object



20
21
22
# File 'lib/ree_lib/packages/ree_http/package/ree_http/functions/http_options.rb', line 20

def call(url, **opts, &block)
  http_exec(:options, url, **opts, &block)
end