Expand description
HTTP client abstraction for OID4VCI protocol flows.
This module re-exports the HTTP client types from baseid-transport for
backwards compatibility. New code should use baseid_transport::HttpClient directly.
Structs§
- Http
Response - HTTP response with status, headers, and body.
- Mock
Http Client - Mock HTTP client for testing. Returns pre-configured responses.
- Reqwest
Http Client - HTTP client backed by
reqwest(enabled by default via thehttp-reqwestfeature).
Traits§
- Http
Client - Async HTTP client trait for BaseID protocol network requests.
Type Aliases§
- Reqwest
Client - Alias for backwards compatibility with code that used
client::ReqwestClient.