Module client

Module client 

Source
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§

HttpResponse
HTTP response with status, headers, and body.
MockHttpClient
Mock HTTP client for testing. Returns pre-configured responses.
ReqwestHttpClient
HTTP client backed by reqwest (enabled by default via the http-reqwest feature).

Traits§

HttpClient
Async HTTP client trait for BaseID protocol network requests.

Type Aliases§

ReqwestClient
Alias for backwards compatibility with code that used client::ReqwestClient.