Expand description
Types and traits for extracting data from requests.
See axum::extract for more details.
Modules§
- rejection
- Rejection response types.
Structs§
- DefaultBody Limit 
- Layer for configuring the default request body limit.
Traits§
- FromRef
- Used to do reference-to-value conversions thus not consuming the input value.
- FromRequest 
- Types that can be created from requests.
- FromRequest Parts 
- Types that can be created from request parts.
- OptionalFrom Request 
- Customize the behavior of Option<Self>as aFromRequestextractor.
- OptionalFrom Request Parts 
- Customize the behavior of Option<Self>as aFromRequestPartsextractor.
Type Aliases§
- Request
- Type alias for http::Requestwhose body type defaults toBody, the most common body type used with axum.