Module extract

Source
Expand description

Wrappers over axum’s extract, providing custom error responses.

It avoids having to use WithRejection every time

Structs§

AcceptLanguage
Extractor for an optional Accept-Languages header
Extension
Wrapper over axum::Extension to customize error responses
Json
Wrapper over axum::Json to customize error responses
Path
Wrapper over axum::extract::Path to customize error responses
Query
Wrapper over axum::extract::Query to customize error responses