Skip to main content

HttpClient

Type Alias HttpClient 

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

Trait Implementations§