IndieWeb.Http (IndieWeb v0.0.49) View Source
Link to this section Summary
Functions
Sends a DELETE request to the specified URL.
Determines how many seconds from now does one have to wait to retry a request.
Sends a GET request to the specified URL.
Sends a HEAD request to the specified URL.
Sends a OPTIONS request to the specified URL.
Sends a PATCH request to the specified URL.
Sends a POST request to the specified URL.
Sends a PUT request to the specified URL.
Link to this section Functions
Sends a DELETE request to the specified URL.
See request/3
for more information about making requests.
Specs
extract_retry_time(IndieWeb.Http.Response.t()) :: integer()
Determines how many seconds from now does one have to wait to retry a request.
Sends a GET request to the specified URL.
See request/3
for more information about making requests.
Sends a HEAD request to the specified URL.
See request/3
for more information about making requests.
Sends a OPTIONS request to the specified URL.
See request/3
for more information about making requests.
Sends a PATCH request to the specified URL.
See request/3
for more information about making requests.
Sends a POST request to the specified URL.
See request/3
for more information about making requests.
Sends a PUT request to the specified URL.
See request/3
for more information about making requests.