Module openid_client::types::http_client

source ·
Expand description

§Http Client Interface for Custom Http Clients

Structs§

Enums§

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.