accepted Response Status Codes
Parameters
value
If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
Parameters
values
If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
suspend fun acceptedResponseStatusCodes(argument: List<suspend ResponseStatusCodeArgsBuilder.() -> Unit>)
suspend fun acceptedResponseStatusCodes(vararg argument: suspend ResponseStatusCodeArgsBuilder.() -> Unit)
Parameters
argument
If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.