Skip to content
New issue

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

feat: add rawResponse option to MockMethod #17

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

zmwangx
Copy link
Contributor

@zmwangx zmwangx commented Apr 3, 2021

With rawResponse we can parse arbitrary requests and return arbitrary responses, instead of being limited to application/json. An example has been added to README.

Fixes #16.

With rawResponse we can parse arbitrary requests and return arbitrary
responses, instead of being limited to application/json.

Fixes vbenjs#16.
@anncwb anncwb merged commit 24775f9 into vbenjs:main Apr 6, 2021
@zmwangx zmwangx deleted the non-json-response-support branch April 7, 2021 05:31
@zmwangx
Copy link
Contributor Author

zmwangx commented Apr 7, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: support non-JSON requests/responses
2 participants