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

JSON post data #27

Closed
iceydee opened this issue Apr 7, 2016 · 2 comments
Closed

JSON post data #27

iceydee opened this issue Apr 7, 2016 · 2 comments

Comments

@iceydee
Copy link

iceydee commented Apr 7, 2016

I'd like to accept JSON post data instead of form-data. ie.

{"email":"my_email@email.com","password":"1234567"}

Instead of:

email=my_email@email.com&password=1234567
@tex
Copy link

tex commented Apr 7, 2016

duplicate of #24 ?

@matt-42
Copy link
Owner

matt-42 commented Apr 7, 2016

Update to the last version of master, this has been implemented in the last commit:
e02c1ee#diff-ca334d1611153b304440f66073607b47R221

@matt-42 matt-42 closed this as completed Apr 7, 2016
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

No branches or pull requests

3 participants