pub type Response<B = Body> = Response<B>;
Alias for http::Response with a defaulted body type.
http::Response
pub struct Response<B = Body> { /* private fields */ }