pub type HttpsClient = Client<HttpsConnector<HyperConnector>, Body>;
Expand description
A Fuchsia-compatible hyper client configured for making HTTP and HTTPS requests.
Aliased Type§
pub struct HttpsClient { /* private fields */ }
pub type HttpsClient = Client<HttpsConnector<HyperConnector>, Body>;
A Fuchsia-compatible hyper client configured for making HTTP and HTTPS requests.
pub struct HttpsClient { /* private fields */ }