Expand description
Additional extractors.
Re-exports§
pub use self::multipart::Multipart;
pub use crate::typed_header::TypedHeader;
Modules§
- multipart
- Extractor that parses
multipart/form-data
requests commonly used with file uploads.
Structs§
- Cached
- Cache results of other extractors.
- Optional
Path - Extractor that extracts path arguments the same way as
Path
, except if there aren’t any. - With
Rejection - Extractor for customizing extractor rejections