Re-exports
pub use axum;
Macros
Structs
- Component parts of an HTTP
Request - An HTTP status code (
status-codein RFC 7230 et al.).
Traits
- Types that can be created from request parts.
- Trait for generating responses.
Functions
Type Aliases
- Type alias for [
http::Response] whose body type defaults to [Body], the most common body type used with axum.