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