Type Alias ruma_client::http_client::Hyper
source · pub type Hyper = Client<HttpConnector>;
Available on crate feature
hyper
only.Expand description
A basic hyper HTTP client.
You basically never want this, since it doesn’t support https
.
Aliased Type§
struct Hyper { /* private fields */ }