Skip to content

Commit

Permalink
chore: 增加 400 Bad Request 返回头
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed May 15, 2020
1 parent 2b7e193 commit 22eddf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Response extends Base
305 => 'Use Proxy',
307 => 'Temporary Redirect',
// Client Errors
400 => 'Bad Request',
401 => 'Unauthorized',
403 => 'Forbidden',
404 => 'Not Found',
Expand Down

0 comments on commit 22eddf6

Please sign in to comment.