mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Fix typo on customize-extractor-error
example (#2124)
This commit is contained in:
parent
f9ea40bb44
commit
64c566cd1c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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 the
|
||||
`axum::extractr::FromRequest` derive macro to wrap another extractor and
|
||||
`axum::extract::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
|
||||
|
|
Loading…
Reference in a new issue