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
Describe the Feature Request
Right now, the method condition checker can only contain one method at a time. It might be useful to be able to support multiple methods.
method
Describe Preferred Solution
Stub with one method
id: single-method conditions: method: GET response: statusCode: 200 text: OK
Stub with multiple methods: method should be one of the methods in the list
id: multipe-methods conditions: method: - GET - POST response: statusCode: 200 text: OK
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Describe the Feature Request
Right now, the
method
condition checker can only contain one method at a time. It might be useful to be able to support multiple methods.Describe Preferred Solution
Stub with one method
Stub with multiple methods: method should be one of the methods in the list
The text was updated successfully, but these errors were encountered: