Modules§
- HTTP body utilities.
- Error handling model and utilities
- Types and traits for extracting data from requests.
- Async functions that can be used to handle requests.
- A general purpose library of common HTTP types
- Utilities for writing middleware
- Types and traits for generating responses.
- Routing between
Service
s and handlers. - Serve services.
Structs§
- Errors that can happen when using axum.
- Extractor and response for extensions.
- URL encoded extractor and response.
- JSON Extractor / Response.
- The router type for composing handlers and services.
Traits§
- Extension trait that adds additional methods to
Request
. - Extension trait that adds additional methods to
Parts
. - Extension trait that adds additional methods to any
Service
.
Functions§
- Serve the service with the supplied listener.
Type Aliases§
- Alias for a type-erased error type.