Module extract

Source
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.
OptionalPathDeprecated
Extractor that extracts path arguments the same way as Path, except if there aren’t any.
WithRejection
Extractor for customizing extractor rejections