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
Shouldn't be unspecified content types rejected by this library?
For example with this OpenAPI
requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/Pet'
requests using the Content-Type application/xml should be rejected. Even application/merge-patch+json should be rejected I think.
application/xml
application/merge-patch+json
The text was updated successfully, but these errors were encountered:
add validation that Content-Type is supported according to schema
b435b51
fixes mservicetech#55
0eff7ba
Successfully merging a pull request may close this issue.
Shouldn't be unspecified content types rejected by this library?
For example with this OpenAPI
requests using the Content-Type
application/xml
should be rejected. Evenapplication/merge-patch+json
should be rejected I think.The text was updated successfully, but these errors were encountered: