Skip to main content

Client

Type Alias Client 

Source
pub type Client = Client<RuntimeClient<DefaultDnsResolver>>;
Expand description

Type alias for the Tokio-based HTTP client.

Aliased Typeยง

pub struct Client { /* private fields */ }