Expand description
HTTP abstraction layer for crate::client::AuthZenClient.
Consumers that need custom transport (e.g. mTLS, retries, middleware)
can implement HttpClient directly. When the reqwest feature is
enabled, ReqwestClient provides a ready-made implementation.
Structs§
- Http
Response - Raw HTTP response returned by an
HttpClientimplementation. - Reqwest
Client HttpClientimplementation backed byreqwest.
Enums§
- Method
- HTTP method for a request.
Traits§
- Http
Client - Trait abstracting HTTP transport for the AuthZEN client.