Response code related primitives
February 2, 2022 ยท View on GitHub
res_code_in(codes)
-
Description: Judge response HTTP status code is in configured codes
-
Parameters
| Parameter | Description |
|---|---|
| codes | String a list of codes which are concatenated using | |
- Example
res_code_in("200|500")