pub type HttpRequest<T = HttpBody> = Request<T>;
HTTP request with default body.
pub struct HttpRequest<T = HttpBody> { /* private fields */ }