logo

Type Definition ruma::client::http_client::Hyper

source · []
pub type Hyper = Client<HttpConnector<GaiResolver>, Body>;
Available on crate feature client only.
Expand description

A basic hyper HTTP client.

You basically never want this, since it doesn’t support https.