Type Alias ruma::client::http_client::HyperRustls

source ·
pub type HyperRustls = Client<HttpsConnector<HttpConnector>, Full<Bytes>>;
Available on crate features client 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 create an instance.

Aliased Type§

struct HyperRustls { /* private fields */ }