Skip to main content

Module client

Module client 

Source
Expand description

Client interface.

Re-exports§

pub use reqwest_middleware as request_client;cache_request

Modules§

cookiecookies and cache_request
HTTP Cookies
dnscache_request
DNS resolution
headercache_request
HTTP header types
redirectcache_request
Redirect Handling

Structs§

Proxycache_request
Configuration of a proxy that a Client should pass requests to.
Responsecache_request
A Response to a submitted Request.
StatusCodecache_request
An HTTP status code (status-code in RFC 9110 et al.).

Enums§

Errorcache_request

Type Aliases§

Clientcache_request
The asynchronous Client to make requests with HTTP Cache.
ClientBuildercache_request
The asynchronous Client Builder.