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
I think this is useful when we want to send xml for example.
I have to integrate an app with old applications and need tests on that endpoint.
It could also be an option to have a method on response that allows any content type.
const response = await client.post('x').xml(xml).send() // or const response = await client.port('x').header('content-type', 'application/xml').body(xml).send()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this is useful when we want to send xml for example.
I have to integrate an app with old applications and need tests on that endpoint.
It could also be an option to have a method on response that allows any content type.
The text was updated successfully, but these errors were encountered: