API HTTP 429 Allowed for use with rate limiting methods

This commit is contained in:
Damian Mooyman 2014-04-17 16:35:09 +12:00
parent fd344c3b3e
commit a6017a0506

View File

@ -44,6 +44,7 @@ class SS_HTTPResponse {
416 => 'Request Range Not Satisfiable',
417 => 'Expectation Failed',
422 => 'Unprocessable Entity',
429 => 'Too Many Requests',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',