Expand description
Functionality for using serde_qs
with actix_web
.
Enable with the actix4
, actix3
or actix2
features.
Structs§
- QsForm
- Extract typed information from from the request’s form data.
- QsQuery
- Extract typed information from from the request’s query.
- QsQuery
Config - Query extractor configuration