pub type Response<B = Body> = Response<B>;
Response with Body as default body
Response
Body
pub struct Response<B = Body> { /* private fields */ }