Expand description
This crate make a series of enhancements for Axum
Modules§
- filter
- Conditionally dispatch requests to the inner service based on the result of a predicate.
Macros§
- http_
bail - Return early with an
HttpError
- http_
err - Construct an ad-hoc error from a string or existing error value.
Structs§
- Http
Error - The error type contains a status code and a string message.
Traits§
- Http
Context - Easily convert std::result::Result to HttpResult
Type Aliases§
- Http
Result - convenient return type when writing axum handler.