Skip to main content

Client

Type Alias Client 

Source
pub type Client = ClientWithMiddleware;
Available on crate feature cache_request only.
Expand description

The asynchronous Client to make requests with HTTP Cache.

Aliased Typeยง

pub struct Client { /* private fields */ }