Open jonkoops opened 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.
QsQuery
QsForm
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.