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

urlencoded extractor #255

Merged
merged 7 commits into from
Apr 18, 2024
Merged

Conversation

bosukas
Copy link
Contributor

@bosukas bosukas commented Apr 14, 2024

No description provided.

@LukeMathWalker
Copy link
Owner

/ok-to-test sha=ee40371


#[doc(alias = "UrlEncoded")]
#[derive(Debug)]
/// Parse the body of an incoming request as an application/x-www-form-urlencoded form.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of this should go in a new guide section under this one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to clarify, shall I keep the comments in the code, and add a section under docs for urlencoded?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will look at how you have done JsonBody and mimic that one, to make it consistent.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LukeMathWalker how does this seem?

@LukeMathWalker
Copy link
Owner

@LukeMathWalker
Copy link
Owner

/ok-to-test sha=1714a76

@bosukas
Copy link
Contributor Author

bosukas commented Apr 16, 2024

Should I include anything in the docs about the fact that nested fields will not be supported?

@LukeMathWalker
Copy link
Owner

Yes, let's explain it!

@LukeMathWalker
Copy link
Owner

/ok-to-test sha=6c38d9d

@LukeMathWalker LukeMathWalker merged commit 0f891d0 into LukeMathWalker:main Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants