module HTTP::Chainable

def post(uri, options = {})

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

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