Type Alias HttpsClient

Source
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 */ }

Trait Implementations§