Expand description
HTTP client to make requests with.
Structs§
- Default
Response Extractor - A default implementation of
ResponseExtractor. - Empty
Response Extractor - A default implementation of
ResponseExtractorwhich ignores the response. - FnResponse
Extractor - A function to extract only the necessary data from Response. For example, using this you could ignore body if you don’t need them.
- Http
Call Response - The response of an HTTP call.
- Http
Client - An asynchronous HTTP client to make Requests with.
- Http
Client Response - The response for the default
DefaultResponseExtractor. - Invalid
Uri - Represents an invalid URI error.
- Request
- The request to be sent to the backend.
- Request
Builder - A builder for a request to be sent to the upstream.
- Service
- Represents the upstream to be called.
- Uri
- Represents a URI.
Enums§
- Http
Client Error - The Errors that may occur when processing a Request.
Traits§
- Response
Buffers - An accessor for response parts.
- Response
Extractor - A low-level trait for extracting a Response and convert it to a
ResponseExtractor::Outputtype.