Type Alias HttpsClient

Source
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 */ }