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

formData support for PUT and POST #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qvaqvaboo
Copy link

@qvaqvaboo qvaqvaboo commented Jan 25, 2017

Two fixes here:

  1. Method can be manually set via method: 'post', so we need the method check to be not case sensitive formData not supported #63
  2. Sometimes form data is required for PUT requests

Two fixes here:
1. Method can be manually set via method: 'post', so we need the method check to be not case sensitive
2. Sometimes form data is required for PUT requests
@bherila
Copy link

bherila commented Feb 14, 2017

Looks good to me 👍

Copy link

@Mostafs59 Mostafs59 left a comment

Choose a reason for hiding this comment

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

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.

None yet

3 participants