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