Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add axum_extra::extract::Form #1031

Merged
merged 6 commits into from
May 15, 2022
Merged

Add axum_extra::extract::Form #1031

merged 6 commits into from
May 15, 2022

Conversation

davidpdrsn
Copy link
Member

@davidpdrsn davidpdrsn commented May 15, 2022

This adds axum_extra::extract::Form which uses serde_html_form and supports multi-value items.

Its an exact copy for axum::extract::Form except that it calls serde_html_form.

@davidpdrsn davidpdrsn enabled auto-merge (squash) May 15, 2022 11:31
axum-extra/Cargo.toml Outdated Show resolved Hide resolved
axum-extra/src/extract/form.rs Outdated Show resolved Hide resolved
axum-extra/src/extract/form.rs Outdated Show resolved Hide resolved
davidpdrsn and others added 3 commits May 15, 2022 16:15
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
@davidpdrsn davidpdrsn requested a review from jplatte May 15, 2022 14:16
@davidpdrsn davidpdrsn requested a review from jplatte May 15, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants