Skip to main content

Module http_client

Module http_client 

Source
Expand description

HTTP client abstraction trait.

Decouples RawAdapter from reqwest::Client, enabling mock testing and alternative HTTP client implementations.

Structs§

HttpResponse
HTTP response abstraction.
ReqwestHttpClient
Default HTTP client implementation using reqwest.

Traits§

HttpClient
HTTP client trait for sending requests.

Type Aliases§

ByteStream
Type-erased byte stream for SSE parsing.