Type Definition ruma_client::http_client::HyperRustls
source · 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