Type Alias HttpClient

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

Trait Implementations§