Crate axum_core

source ·
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§

Type Aliases§

  • Alias for a type-erased error type.