pub type HttpsClient = Client<HttpsConnector<HttpConnector>, Full<Bytes>>;Expand description
Type alias for the HTTPS-capable hyper client.
Aliased Type§
pub struct HttpsClient { /* private fields */ }pub type HttpsClient = Client<HttpsConnector<HttpConnector>, Full<Bytes>>;Type alias for the HTTPS-capable hyper client.
pub struct HttpsClient { /* private fields */ }