Module http_client
Source Expand description
§Http Client Interface for Custom Http Clients
- ClientCertificate
- The client certificate
- HttpRequest
- Request
- HttpResponse
- Represents an HTTP response received from a server.
- HttpResponseExpectations
- The expectations set by methods such as discover, token grant, callback etc…
- HttpMethod
- The Http methods
- OidcHttpClient
- This trait defines the interface for making HTTP requests used by the OpenID library.
Users who need custom HTTP clients need to implement this trait.