Type Alias axum::extract::Request

source ·
pub type Request<T = Body> = Request<T>;
Expand description

Type alias for http::Request whose body type defaults to Body, the most common body type used with axum.

Aliased Type§

struct Request<T = Body> { /* private fields */ }