Type Definition hrpc::client::transport::http::hyper::HttpClient[][src]

pub type HttpClient = Client<HttpsConnector<HttpConnector>>;
Expand description

A hyper HTTP client that supports HTTPS.