Type Alias Response
type Response = http::Response<T>
Type alias for http::Response whose body type defaults to Body, the most common body
type used with axum.
Responsetype Response = http::Response<T>
Type alias for http::Response whose body type defaults to Body, the most common body
type used with axum.