Type Alias ruma::client::http_client::Hyper
source · pub type Hyper<C = HttpConnector> = Client<C, Full<Bytes>>;
Available on crate feature
client
only.Expand description
A hyper HTTP client.
The default connector is rarely useful, since it doesn’t support https
.
Aliased Type§
struct Hyper<C = HttpConnector> { /* private fields */ }