Module axum_extra::extract
source · Expand description
Additional extractors.
Re-exports§
pub use crate::typed_header::TypedHeader;
Structs§
- Cache results of other extractors.
- Extractor that extracts path arguments the same way as
Path
, except if there aren’t any. - Extractor for customizing extractor rejections