Skip to content

Commit

Permalink
Add status code 429 Too Many Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed Apr 27, 2015
1 parent d4e0e0a commit 4c3eeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Response.php
Expand Up @@ -69,6 +69,7 @@ class Response
415 => 'Unsupported Media Type',
416 => 'Requested range not satisfiable',
417 => 'Expectation Failed',
429 => 'Too Many Requests',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down

0 comments on commit 4c3eeb1

Please sign in to comment.