Expand description
Types and traits for extracting data from requests.
See axum::extract
for more details.
Modules§
- Rejection response types.
Structs§
- Layer for configuring the default request body limit.
Traits§
- Used to do reference-to-value conversions thus not consuming the input value.
- Types that can be created from requests.
- Types that can be created from request parts.
Type Aliases§
- Type alias for
http::Request
whose body type defaults toBody
, the most common body type used with axum.