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

Support wildcard value in implicit status code reponse #55

Closed
jcamiel opened this issue Oct 28, 2020 · 1 comment
Closed

Support wildcard value in implicit status code reponse #55

jcamiel opened this issue Oct 28, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Oct 28, 2020

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

@jcamiel jcamiel added the mvp1 label Oct 28, 2020
@jcamiel jcamiel removed the mvp1 label Oct 28, 2020
@jcamiel jcamiel added this to the 1.0 milestone Oct 28, 2020
@jcamiel jcamiel added the enhancement New feature or request label Nov 1, 2020
@fabricereix
Copy link
Collaborator

implemented in #68

@lepapareil lepapareil modified the milestones: 1.0.0, 0.99 Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants