Expand description
Core types and traits for axum
.
Libraries authors that want to provide FromRequest
or IntoResponse
implementations
should depend on the axum-core
crate, instead of axum
if possible.
Modules
- HTTP body utilities.
- Types and traits for extracting data from requests.
- Types and traits for generating responses.
Structs
- Errors that can happen when using axum.
Traits
- Extension trait that adds additional methods to
Request
. - Extension trait that adds additional methods to
Parts
.
Type Definitions
- Alias for a type-erased error type.