Modules§
- header
 - HTTP header types
 
Structs§
- Bytes
 - A cheaply cloneable and sliceable chunk of contiguous memory.
 - Client
 - Client for communicating with APIs through HTTP/HTTPS.
 - Header
Map  - A set of HTTP headers
 - Method
 - The Request Method (VERB)
 - Request
 - A request which can be executed with 
Client::execute(). - Request
Builder  - A builder to construct the properties of a 
Request. - Request
Config  - Configuration when sending a request using Client.
 - Status
Code  - An HTTP status code (
status-codein RFC 9110 et al.). 
Enums§
- ApiError
 - Errors that exchanges purposefully transmit.
 - Build
Error  - Errors that can occur during exchange’s implementation of the build-request process.
 - Handle
Error  - Error type encompassing all the failure modes of RequestHandler::handle_response().
 - Request
Error  - An 
enumthat represents errors that could be returned by Client::request() 
Statics§
- USER_
AGENT  - The User Agent string
 
Traits§
- Request
Handler  - A 
traitwhich is used to process requests and responses for the Client.