pub type HyperRustls = Client<HttpsConnector<HttpConnector>>;
Available on crate features hyper and hyper-rustls 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 construct

Aliased Type§

struct HyperRustls { /* private fields */ }