pub type Response<T = Body> = Response<T>;Available on crate feature
http-server only.Expand description
Type alias for http::Response whose body type defaults to Body, the most common body
type used with axum.
Aliased Typeยง
pub struct Response<T = Body> { /* private fields */ }