You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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) calledQsForm
, so it would be nice to have this for Axum as well.The text was updated successfully, but these errors were encountered: