Expand description
Additional extractors.
Re-exports§
pub use crate::typed_header::TypedHeader;
Modules§
- rejection
- Rejection response types.
Structs§
- Cached
- Cache results of other extractors.
- Host
- Extractor that resolves the host of the request.
- Optional
Path Deprecated - Extractor that extracts path arguments the same way as
Path
, except if there aren’t any. - With
Rejection - Extractor for customizing extractor rejections