Closed nMessage closed 7 months ago
Very nice, thank you for preparing this pull request.
QsForm
works as expected. I have one suggestion though: implement into_inner()
directly on QsForm
. The requirement to import IntoInner
trait feels unnecessary.
Thanks for the submission @nMessage
I had a couple of small tweaks:
QsQueryConfig
didn't need to be duplicatedOtherwise, it was looking good. Thanks for doing this. Merging this in #98
Adds QsForm Extractor for Actix-web so that web forms can support arrays and other features of serde_qs
Resolves #52 using code provided by rapodaca