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§
- body
- HTTP body utilities.
- extract
- Types and traits for extracting data from requests.
- response
- Types and traits for generating responses.
Structs§
- Error
- Errors that can happen when using axum.
Traits§
- Request
Ext - Extension trait that adds additional methods to
Request
. - Request
Parts Ext - Extension trait that adds additional methods to
Parts
.
Type Aliases§
- BoxError
- Alias for a type-erased error type.