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
The functionality implemented in PEP that inspect the content-type header its rare:
*/json
*/xml'
*/xml
There is no error, but the way it works its... rare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The functionality implemented in PEP that inspect the content-type header its rare:
*/json
: The payload is checked, if is not a json valid, there is an error in pep*/xml'
: The payload is not checked, and you can pass anything you want, xml, json, text...*/json
or*/xml
: the payload is going to send always emptyThere is no error, but the way it works its... rare
The text was updated successfully, but these errors were encountered: