Module http_client

Source
Expand description

§Http Client Interface for Custom Http Clients

Structs§

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…

Enums§

HttpMethod
The Http methods

Traits§

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.