Module axum

Source
Expand description

Functionality for using serde_qs with axum.

Enable with the axum feature.

Structs§

OptionalQsQuery
Extractor that differentiates between the absence and presence of the query string using Option<T>. Absence of query string encoded as None. Otherwise, it behaves identical to the QsQuery.
QsQuery
Extract typed information from from the request’s query.
QsQueryConfig
Query extractor configuration
QsQueryRejection
Rejection type for extractors that deserialize query strings