Skip to content

Commit

Permalink
feat(HttpCatCommand): add new codes (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw authored Sep 21, 2023
1 parent c946b75 commit 428056d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const AVAILABLE_STATUS_CODES = [
200, 201, 202, 203, 204, 206, 207,
300, 301, 302, 303, 304, 305, 307, 308,
400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 423,
424, 425, 426, 429, 431, 444, 450, 451, 497, 498, 499,
500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 511, 521, 522, 523, 525, 599
424, 425, 426, 428, 429, 431, 444, 450, 451, 497, 498, 499,
500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 511, 521, 522, 523, 525, 530, 599
]

@ApplyOptions<CommandOptions>({
Expand Down

0 comments on commit 428056d

Please sign in to comment.