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

Parse form encoded response body #8

Merged
merged 1 commit into from
Oct 15, 2014
Merged

Parse form encoded response body #8

merged 1 commit into from
Oct 15, 2014

Conversation

dgraham
Copy link
Contributor

@dgraham dgraham commented Oct 15, 2014

Implements the Body#formData promise, parsing a form encoded response according to https://url.spec.whatwg.org/#concept-urlencoded-parser.

The FormData object currently only has an append method, so there isn't a good way to inspect and test the result. Its API is more fully specified in https://xhr.spec.whatwg.org/#formdata, though, so maybe in the future.

dgraham added a commit that referenced this pull request Oct 15, 2014
Parse form encoded response body
@dgraham dgraham merged commit 66c4948 into master Oct 15, 2014
@dgraham dgraham deleted the form-data branch October 15, 2014 16:20
@mislav
Copy link
Contributor

mislav commented Oct 17, 2014

When will servers every reply with www-form-urlencoded?

graingert added a commit to graingert/fetch that referenced this pull request Apr 18, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants