Skip to main content

HyperHttpsClient

Type Alias HyperHttpsClient 

Source
pub type HyperHttpsClient<B> = Client<HttpsConnector<HttpConnector>, B>;
Available on crate features client-hyper and client-hyper-rustls only.

Aliased Typeยง

pub struct HyperHttpsClient<B> { /* private fields */ }