Skip to content

Commit

Permalink
Add missing HTTP response status code
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Jul 11, 2024
1 parent 13b9805 commit 48a229c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class Response extends Message implements ResponseInterface
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
306 => 'Switch Proxy',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect',
//
Expand Down

0 comments on commit 48a229c

Please sign in to comment.