class ReeHttp::HttpOptions

def call(url, **opts, &block)

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