Crate axum_core
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
Structs
- Error Errors that can happen when using axum.
Traits
-
RequestExt
Extension trait that adds additional methods to
Request. -
RequestPartsExt
Extension trait that adds additional methods to
Parts.
Type Aliases
- BoxError Alias for a type-erased error type.