module HTTP::Chainable

def get(uri, options = {})

Options Hash: (**options)
  • (Hash) --

Parameters:
  • uri () --
def get(uri, options = {})
  request :get, uri, options
end