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