Expand description

This crate make a series of enhancements for Axum

Modules

Conditionally dispatch requests to the inner service based on the result of a predicate.

Macros

Return early with an HttpError

Construct an ad-hoc error from a string or existing error value.

Structs

The error type contains a status code and a string message.

Traits

Type Definitions

convenient return type when writing axum handler.