Merge pull request #238 from houdinihound/patch-1

Support for HTTP Status Code: 429 - Too Many Requests
This commit is contained in:
mdipierro
2013-10-06 08:09:52 -07:00
+1
View File
@@ -44,6 +44,7 @@ defined_status = {
416: 'REQUESTED RANGE NOT SATISFIABLE',
417: 'EXPECTATION FAILED',
422: 'UNPROCESSABLE ENTITY',
429: 'TOO MANY REQUESTS',
451: 'UNAVAILABLE FOR LEGAL REASONS', # http://www.451unavailable.org/
500: 'INTERNAL SERVER ERROR',
501: 'NOT IMPLEMENTED',