You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
10
10
*/
@@ -111,7 +111,8 @@ enum Code
111
111
VariantAlsoNegotiates = 506, //!< Indicates that the server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.
112
112
InsufficientStorage = 507, //!< Means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
113
113
LoopDetected = 508, //!< Indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". [RFC 5842]
114
-
NotExtended = 510, //!< The policy for accessing the resource has not been met in the request. [RFC 2774]
114
+
NotExtended = 510, //!< \deprecated \parblock Obsoleted as the experiment has ended and there is no evidence of widespread use. \endparblock
115
+
//!< The policy for accessing the resource has not been met in the request. [RFC 2774]
115
116
NetworkAuthenticationRequired = 511, //!< Indicates that the client needs to authenticate to gain network access.
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
10
10
*/
@@ -111,7 +111,8 @@ enum class Code
111
111
VariantAlsoNegotiates = 506, //!< Indicates that the server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.
112
112
InsufficientStorage = 507, //!< Means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
113
113
LoopDetected = 508, //!< Indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". [RFC 5842]
114
-
NotExtended = 510, //!< The policy for accessing the resource has not been met in the request. [RFC 2774]
114
+
NotExtended = 510, //!< \deprecated \parblock Obsoleted as the experiment has ended and there is no evidence of widespread use. \endparblock
115
+
//!< The policy for accessing the resource has not been met in the request. [RFC 2774]
115
116
NetworkAuthenticationRequired = 511, //!< Indicates that the client needs to authenticate to gain network access.
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
10
10
*/
@@ -104,7 +104,8 @@ enum HttpStatus_Code
104
104
HttpStatus_VariantAlsoNegotiates=506, /*!< Indicates that the server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process. */
105
105
HttpStatus_InsufficientStorage=507, /*!< Means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. */
106
106
HttpStatus_LoopDetected=508, /*!< Indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". [RFC 5842] */
107
-
HttpStatus_NotExtended=510, /*!< The policy for accessing the resource has not been met in the request. [RFC 2774] */
107
+
HttpStatus_NotExtended=510, /*!< \deprecated \parblock Obsoleted as the experiment has ended and there is no evidence of widespread use. \endparblock
108
+
The policy for accessing the resource has not been met in the request. [RFC 2774] */
108
109
HttpStatus_NetworkAuthenticationRequired=511, /*!< Indicates that the client needs to authenticate to gain network access. */
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
10
10
*/
@@ -120,7 +120,8 @@ enum Code
120
120
VariantAlsoNegotiates = 506, //!< Indicates that the server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.
121
121
InsufficientStorage = 507, //!< Means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
122
122
LoopDetected = 508, //!< Indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". [RFC 5842]
123
-
NotExtended = 510, //!< The policy for accessing the resource has not been met in the request. [RFC 2774]
123
+
NotExtended = 510, //!< \deprecated \parblock Obsoleted as the experiment has ended and there is no evidence of widespread use. \endparblock
124
+
//!< The policy for accessing the resource has not been met in the request. [RFC 2774]
124
125
NetworkAuthenticationRequired = 511, //!< Indicates that the client needs to authenticate to gain network access.
0 commit comments