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
Wildcard * can be used in HTTP version to disable any check on the HTTP version:
*
GET http://localhost:8000/timeout HTTP/* 200
It could be useful to also support wildcard for status code. For instance:
GET http://localhost:8000/timeout HTTP/* * [Asserts] status not equals 200
Status code is explicitly tested not to be equals to 200
The text was updated successfully, but these errors were encountered:
implemented in #68
Sorry, something went wrong.
fabricereix
No branches or pull requests
Wildcard
*
can be used in HTTP version to disable any check on the HTTP version:It could be useful to also support wildcard for status code.
For instance:
Status code is explicitly tested not to be equals to 200
The text was updated successfully, but these errors were encountered: