samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
194 stars 68 forks source link

Missing `QsForm` extractor for Axum #105

Open jonkoops opened 6 months ago

jonkoops commented 6 months ago

Looking at the integration for Axum there is a QsQuery extractor, but a similar extractor for the body is missing. It seems that a similar functionality was added for Actix (#98) called QsForm, so it would be nice to have this for Axum as well.