Module client

Source
Expand description

Client interface.

Re-exports§

pub use reqwest as request_client;

Modules§

cookie
HTTP Cookies
header
HTTP header types
redirect
Redirect Handling

Structs§

Error
The Errors that may occur when processing a Request.
Proxy
Configuration of a proxy that a Client should pass requests to.
Response
A Response to a submitted Request.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Type Aliases§

Client
The asynchronous Client to make requests with.
ClientBuilder
The asynchronous Client Builder.