Expand description
Functionality for using serde_qs
with axum
.
Enable with the axum
feature.
Structs§
- Optional
QsQuery - Extractor that differentiates between the absence and presence of the query string
using
Option<T>
. Absence of query string encoded asNone
. Otherwise, it behaves identical to theQsQuery
. - QsQuery
- Extract typed information from from the request’s query.
- QsQuery
Config - Query extractor configuration
- QsQuery
Rejection - Rejection type for extractors that deserialize query strings