mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3047 from tractorcow/pulls/http-429
HTTP 429 Allowed for use with rate limiting methods
This commit is contained in:
commit
e7d45c9222
@ -44,6 +44,7 @@ class SS_HTTPResponse {
|
|||||||
416 => 'Request Range Not Satisfiable',
|
416 => 'Request Range Not Satisfiable',
|
||||||
417 => 'Expectation Failed',
|
417 => 'Expectation Failed',
|
||||||
422 => 'Unprocessable Entity',
|
422 => 'Unprocessable Entity',
|
||||||
|
429 => 'Too Many Requests',
|
||||||
500 => 'Internal Server Error',
|
500 => 'Internal Server Error',
|
||||||
501 => 'Not Implemented',
|
501 => 'Not Implemented',
|
||||||
502 => 'Bad Gateway',
|
502 => 'Bad Gateway',
|
||||||
|
Loading…
Reference in New Issue
Block a user