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

Support for multipart form data #8

Open
hatimn02 opened this issue May 6, 2017 · 0 comments
Open

Support for multipart form data #8

hatimn02 opened this issue May 6, 2017 · 0 comments

Comments

@hatimn02
Copy link

hatimn02 commented May 6, 2017

It supports URL encoded form-data but not multipart form data, try the below curl snippet:

curl --request POST \
  --url http://www.httpbin.org/post \
  --header 'cache-control: no-cache' \
  --header 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  --header 'postman-token: 81163614-974d-2fc5-4251-d9f6544f9d2c' \
  --form hello=world \
  --form hello1=world1
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

1 participant