ruma_client::http_client

Type Alias HyperRustls

Source
pub type HyperRustls = Hyper<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 create an instance.

Aliased Typeยง

struct HyperRustls { /* private fields */ }