Skip to main content

HttpsClient

Type Alias HttpsClient 

Source
pub type HttpsClient = Client<HttpsConnector<HttpConnector>, Full<Bytes>>;
Expand description

Type alias for the HTTPS-capable hyper client.

Aliased Type§

pub struct HttpsClient { /* private fields */ }