Modules§
- retry
- Helpers to handle connection delays when receiving errors
- sse
- An SSE implementation that leverages
crate::http_client::HttpClientExtto allow streaming with automatic retry handling for any implementor of HttpClientExt.
Structs§
- Builder
- An HTTP request builder
- Header
Map - A set of HTTP headers
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- NoBody
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Uri
- The URI component of a request.
Enums§
Traits§
- Http
Client Ext - A helper trait to make generic requests (both regular and SSE) possible.