pub type HttpsClient = Arc<Client<HttpsConnector<HttpConnector>>>;
Expand description
HTTPs Client type.
Aliased Typeยง
pub struct HttpsClient { /* private fields */ }
pub type HttpsClient = Arc<Client<HttpsConnector<HttpConnector>>>;
HTTPs Client type.
pub struct HttpsClient { /* private fields */ }