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