pub type Response<T = Body> = Response<T>;
Type alias for http::Response whose body type defaults to Body, the most common body type used with rama.
http::Response
Body
struct Response<T = Body> { /* private fields */ }