pub type HttpsClient = Rc<Client<HttpsConnector<HttpConnector>, Body>>;
Expand description
Reference counted Hyper client with custom https connector
Aliased Typeยง
pub struct HttpsClient { /* private fields */ }
pub type HttpsClient = Rc<Client<HttpsConnector<HttpConnector>, Body>>;
Reference counted Hyper client with custom https connector
pub struct HttpsClient { /* private fields */ }