Expand description
Client interface.
Re-exports§
pub use reqwest as request_client;
Modules§
Structs§
- Error
- The Errors that may occur when processing a
Request. - Proxy
- Configuration of a proxy that a
Clientshould pass requests to. - Response
- A Response to a submitted
Request. - Status
Code - An HTTP status code (
status-codein RFC 9110 et al.).
Type Aliases§
- Client
- The asynchronous Client to make requests with.
- Client
Builder - The asynchronous Client Builder.