Skip to content

Commit 6d5f1ec

Browse files
authored
Merge pull request #55 from wave-framework/too-many-requests
Add Too Many Requests (429) response status code
2 parents fc6d235 + 7667e07 commit 6d5f1ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Wave/Http/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Response {
2727
const STATUS_FORBIDDEN = 403;
2828
const STATUS_NOT_FOUND = 404;
2929
const STATUS_NOT_ACCEPTABLE = 406;
30+
const STATUS_TOO_MANY_REQUESTS = 429;
3031
const STATUS_SERVER_ERROR = 500;
3132
const STATUS_NOT_IMPLEMENTED = 501;
3233

0 commit comments

Comments
 (0)