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