mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Don't depend on axum-macros in examples (#2122)
This commit is contained in:
@@ -3,9 +3,9 @@ already existing extractors
|
||||
|
||||
- [`with_rejection`](src/with_rejection.rs): Uses
|
||||
`axum_extra::extract::WithRejection` to transform one rejection into another
|
||||
- [`derive_from_request`](src/derive_from_request.rs): Uses
|
||||
`axum_macros::FromRequest` to wrap another extractor and customize the
|
||||
rejection
|
||||
- [`derive_from_request`](src/derive_from_request.rs): Uses the
|
||||
`axum::extractr::FromRequest` derive macro to wrap another extractor and
|
||||
customize the rejection
|
||||
- [`custom_extractor`](src/custom_extractor.rs): Manual implementation of
|
||||
`FromRequest` that wraps another extractor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user