Module extract
Types and traits for extracting data from requests.
See axum::extract for more details.
Modules
- rejection Rejection response types.
Traits
- FromRequest Types that can be created from requests.
- FromRequestParts Types that can be created from request parts.
Type Aliases
-
Request
Type alias for
http::Requestwhose body type defaults toBody, the most common body type used with axum.