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
If performing POST with content-length the server should reply 400?
The text was updated successfully, but these errors were encountered:
Yes, 400 is a good status code in this case if the Content-Length is non-zero.
Sorry, something went wrong.
Related to #104.
@Acconut: If I make a PR with updates in regards to failure modes will you have time to review and merge? Also, would that be interesting at all?
Yes, that would be grad. Please incorporate those failure modes as non-mandatory suggestions so this is not a breaking change.
Closing this since #88 will allow POST requests with content.
No branches or pull requests
If performing POST with content-length the server should reply 400?
The text was updated successfully, but these errors were encountered: