axum_extra

Module extract

source
Expand description

Additional extractors.

Re-exports§

Modules§

  • Extractor that parses multipart/form-data requests commonly used with file uploads.

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