samscott89 / serde_qs

Serde support for querystring-style strings
Apache License 2.0
193 stars 67 forks source link

Missing `QsForm` extractor for Axum #105

Open jonkoops opened 4 months ago

jonkoops commented 4 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.