pub type HyperRustls = Hyper<HttpsConnector<HttpConnector>>;Available on crate features
hyper-rustls and hyper only.Expand description
A hyper HTTP client using rustls for TLS support.
This client does not implement DefaultConstructibleHttpClient.
To use it, you need to manually create an instance.
Aliased Typeยง
pub struct HyperRustls { /* private fields */ }