Changeset 1485 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 05/12/11 04:09:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1484 r1485 1921 1921 </list> 1922 1922 </t> 1923 <section title="Warn Code Extensions" anchor="warn.code.extensions"> 1924 <t> 1925 The HTTP Warn Code Registry defines the name space for warn codes. 1926 </t> 1927 <t> 1928 A registration &MUST; include the following fields: 1929 <list style="symbols"> 1930 <t>Warn Code (3 digits)</t> 1931 <t>Short Description</t> 1932 <t>Pointer to specification text</t> 1933 </list> 1934 </t> 1935 <t> 1936 Values to be added to this name space are subject to IETF review (<xref 1937 target="RFC5226" x:fmt="," x:sec="4.1"/>). 1938 </t> 1939 <t> 1940 The registry itself is maintained at <eref 1941 target="http://www.iana.org/assignments/http-warn-codes"/>. 1942 </t> 1923 1943 </section> 1924 1944 … … 2025 2045 </section> 2026 2046 2047 <section title="Warn Code Registry" 2048 anchor="warn.code.registration"> 2049 <t> 2050 The registration procedure for HTTP Warn Codes is defined by <xref 2051 target="warn.code.extensions"/> of this document. 2052 </t> 2053 <t> 2054 The HTTP Warn Code Registry shall be created at <eref 2055 target="http://www.iana.org/assignments/http-cache-directives"/> and be 2056 populated with the registrations below: 2057 </t> 2058 2059 <texttable align="left" suppress-title="true"> 2060 <ttcol>Warn Code</ttcol> 2061 <ttcol>Short Description</ttcol> 2062 <ttcol>Reference</ttcol> 2063 2064 <c>110</c> 2065 <c>Response is stale</c> 2066 <c><xref target="header.warning"/></c> 2067 2068 <c>111</c> 2069 <c>Revalidation failed</c> 2070 <c><xref target="header.warning"/></c> 2071 2072 <c>112</c> 2073 <c>Disconnected operation</c> 2074 <c><xref target="header.warning"/></c> 2075 2076 <c>113</c> 2077 <c>Heuristic expiration</c> 2078 <c><xref target="header.warning"/></c> 2079 2080 <c>199</c> 2081 <c>Miscellaneous warning</c> 2082 <c><xref target="header.warning"/></c> 2083 2084 <c>214</c> 2085 <c>Transformation applied</c> 2086 <c><xref target="header.warning"/></c> 2087 2088 <c>299</c> 2089 <c>Miscellaneous persistent warning</c> 2090 <c><xref target="header.warning"/></c> 2091 </texttable> 2092 </section> 2093 </section> 2094 2095 2027 2096 <section title="Header Field Registration" anchor="header.field.registration"> 2028 2097 <t> … … 2946 3015 "Refining age for 1.1 proxy chains" 2947 3016 </t> 3017 <t> 3018 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/274"/>: 3019 "warn-code registry" 3020 </t> 2948 3021 </list> 2949 3022 </t>
Note: See TracChangeset
for help on using the changeset viewer.