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 73ed81e commit 7df4d41Copy full SHA for 7df4d41
Response.php
@@ -77,7 +77,7 @@ class Response
77
public const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
78
public const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
79
public const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431; // RFC6585
80
- public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
+ public const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451; // RFC7725
81
public const HTTP_INTERNAL_SERVER_ERROR = 500;
82
public const HTTP_NOT_IMPLEMENTED = 501;
83
public const HTTP_BAD_GATEWAY = 502;
0 commit comments