Skip to main content

Module http

Module http 

Source

Modules§

cached_resource
Fetch HTTP resources, honoring the Cache-Control header (1) provided by the server.

Structs§

HttpErrorResponse
This captures an HTTP status code and parsed problem details document from an HTTP response.
MissingStatusCodeError
The error type returned when converting an HttpApiProblem without a status code into an HttpErrorResponse.

Functions§

extract_bearer_token
Extracts a bearer authentication token from the connection.