Skip to main content

HttpsClient

Type Alias HttpsClient 

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

Trait Implementations§