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 support for url encoded bodies #19

Open
matryer opened this issue Aug 5, 2013 · 3 comments
Open

Add support for url encoded bodies #19

matryer opened this issue Aug 5, 2013 · 3 comments

Comments

@matryer
Copy link
Member

matryer commented Aug 5, 2013

This:

name=Tyler&city=SLC

Should become an object like this:

{
  name: "Tyler",
  city: "SLC"
}
@tylerstillwater
Copy link
Contributor

So, basically, URLEncoded->JSON? When would this be used?

@matryer
Copy link
Member Author

matryer commented Feb 5, 2014

HTML forms post data in URL encoded format (i.e. name=Tyler&city=SLC). It would be good if we added a codec to support this type too. Mime type would be application/x-www-form-urlencoded

@tylerstillwater
Copy link
Contributor

Simple enough. Let's do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants