We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11199a commit 1b6f7c6Copy full SHA for 1b6f7c6
Response.php
@@ -41,7 +41,7 @@ class Response
41
const HTTP_USE_PROXY = 305;
42
const HTTP_RESERVED = 306;
43
const HTTP_TEMPORARY_REDIRECT = 307;
44
- const HTTP_PERMANENTLY_REDIRECT = 308; // RFC-reschke-http-status-308-07
+ const HTTP_PERMANENTLY_REDIRECT = 308; // RFC7238
45
const HTTP_BAD_REQUEST = 400;
46
const HTTP_UNAUTHORIZED = 401;
47
const HTTP_PAYMENT_REQUIRED = 402;
@@ -144,7 +144,7 @@ class Response
144
305 => 'Use Proxy',
145
306 => 'Reserved',
146
307 => 'Temporary Redirect',
147
- 308 => 'Permanent Redirect', // RFC-reschke-http-status-308-07
+ 308 => 'Permanent Redirect', // RFC7238
148
400 => 'Bad Request',
149
401 => 'Unauthorized',
150
402 => 'Payment Required',
0 commit comments