We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attaching files to the request to make a multipart/form-data request, a request body should not be allowed.
multipart/form-data
See http://docs.guzzlephp.org/en/latest/request-options.html#multipart.
The text was updated successfully, but these errors were encountered:
Throw an exception when trying to set a request body when using multi…
b0853b7
…part/form-data. Fix #7
0455de9
christeredvartsen
No branches or pull requests
When attaching files to the request to make a
multipart/form-data
request, a request body should not be allowed.See http://docs.guzzlephp.org/en/latest/request-options.html#multipart.
The text was updated successfully, but these errors were encountered: