Module openid_client::types::http_client
source · Expand description
§Http Client Interface for Custom Http Clients
Structs§
- The client certificate
- Request
- Represents an HTTP response received from a server.
- The expectations set by methods such as discover, token grant, callback etc…
Enums§
- The Http methods
Traits§
- 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.