pub type Response = Response<Body>;
A type alias for HTTP responses with a custom Body type.
Body
pub struct Response { /* private fields */ }