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