diff --git a/codes.json b/codes.json index fdb3111..dd223fa 100644 --- a/codes.json +++ b/codes.json @@ -516,6 +516,15 @@ "description": "Was defined in a previous version of the HTTP specification to indicate that a requested response must be accessed by a proxy. It has been deprecated due to security concerns regarding in-band configuration of a proxy." } }, + { + "code": 208, + "phrase": "Already Reported", + "constant": "ALREADY_REPORTED", + "comment": { + "doc": "Official Documentation @ https://datatracker.ietf.org/doc/html/rfc5842#section-7.1", + "description": "The 208 (Already Reported) status code can be used inside a DAV: propstat response element to avoid enumerating the internal members of multiple bindings to the same collection repeatedly." + } + }, { "code": 421, "phrase": "Misdirected Request",