pub type RawRequest<T = Body> = Request<T>;
A type representing a raw request.
struct RawRequest<T = Body> { /* private fields */ }