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