pub type HttpClient = Client<HttpsConnector<HttpConnector>>;
pub struct HttpClient { /* private fields */ }