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

A hyper HTTP client that supports HTTPS.