module HTTP::Chainable
def post(uri, options = {})
(**options)
-
(
Hash
) --
Parameters:
-
uri
() --
def post(uri, options = {}) request :post, uri, options end
(**options)
(Hash
)
--
uri
(
)
--
def post(uri, options = {}) request :post, uri, options end