Methods
Instance Public methods
delete(path, **args)
Link
Performs a DELETE request with the given parameters. See
#process
for more details.
follow_redirect!()
Link
Follow a single redirect response. If the last response was not a redirect, an exception will be raised. Otherwise, the redirect is performed on the location header.
get(path, **args)
Link
Performs a GET request with the given parameters. See #process
for more details.
head(path, *args)
Link
Performs a HEAD request with the given parameters. See
#process
for more details.
patch(path, **args)
Link
Performs a PATCH request with the given parameters. See
#process
for more details.
post(path, **args)
Link
Performs a POST request with the given parameters. See
#process
for more details.