Expand description
HTTP transport abstraction.
The default backend is ReqwestBackend. Inject a custom HttpBackend via
ClientBuilder::backend for tests or alternate transports.
Structs§
- Http
Request - Prepared HTTP request passed to a backend.
- Http
Response - Raw HTTP response from a backend.
- Reqwest
Backend - Reqwest-backed HTTP backend.
Enums§
- Http
Body - Request body encoding for the transport layer.
Traits§
- Http
Backend - Pluggable HTTP transport used by
Client.