Module serde_qs::actix

source ·
Expand description

Functionality for using serde_qs with actix_web.

Enable with the actix4, actix3 or actix2 features.

Structs§

  • Extract typed information from from the request’s form data.
  • Extract typed information from from the request’s query.
  • Query extractor configuration