pub type RawResponse<T = Body> = Response<T>;
A type representing a raw response.
struct RawResponse<T = Body> { /* private fields */ }