Skip to main content

Module client

Module client 

Available on crate features icap and std only.
Expand description

Standalone streaming ICAP client transactions.

Modules§

options
Typed ICAP OPTIONS discovery and caching.

Structs§

Client
Wraps an inner connector and produces ICAP client connections.
ClientConnection
A sequential ICAP client over an established byte stream.
ClientResponse
A streaming final response received by an ICAP client.
ClientTransaction
A streaming ICAP request body being sent by a client.

Enums§

PreviewOutcome
The server decision after a client sends a Preview.
WriteOutcome
Result of writing one request-body segment.