pub type HyperHttpsClient<B> = Client<HttpsConnector<HttpConnector>, B>;
Available on crate features
client-hyper-rustls
and client-hyper
only.Aliased Typeยง
pub struct HyperHttpsClient<B> { /* private fields */ }