goony
goony copied to clipboard
Support fail fast
Fail/stop as soon as a status code >400 is returned.
Maybe add a flag that says what the minimum HTTP status code to fail on is (e.g. goony --fail-on "code>403"
)
--fail-on "code=403 | code-401"