Custom http response status code#146
Conversation
|
I'm really interested in this feature |
|
Maybe I am a bit confused, but could you describe a scenario? If something is wrong, a non-2xx response code should be issued, anyway. So if the dependency responds with a non-2xx, you know there is something going on. Can you detail you use case a bit further -- I assume that may help in judging the PR. ;) |
|
@mwmahlberg in my case I need this feature in order to assure an order while bringing up some GraphQL microservices. |
|
Closing — this has been open for 5+ years without activity. The logic is correct but lacks tests and would need a rebase. If this feature is needed in the future, it can be reimplemented fresh with test coverage. Thanks for the contribution! |
Allows a user to determine an http response code to exit from the wait.
This is useful to test error scenarios where the dependencies of service may be down.