Type Definition factom_api::HttpsClient[][src]

type HttpsClient = Rc<Client<HttpsConnector<HttpConnector>, Body>>;

Reference counted Hyper client with custom https connector