pub type HttpRequest = Request<Vec<u8>>;
An HTTP request executed by an HttpClient.
pub struct HttpRequest { /* private fields */ }