Changeset 255 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 01/06/08 08:57:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r254 r255 2073 2073 2074 2074 <section title="IANA Considerations" anchor="IANA.considerations"> 2075 <section title="Status Codes"> 2076 <t> 2077 <cref>TBD.</cref> 2078 </t> 2075 <section title="Status Code Registry" anchor="status.code.registration"> 2076 <!--AUTOGENERATED FROM extract-status-code-defs.xslt, do not edit manually--> 2077 <!--(START)--> 2078 <t xmlns:x="http://purl.org/net/xml2rfc/ext"> 2079 The HTTP Status Code Registry located at <eref target="http://www.iana.org/assignments/http-status-codes"/> 2080 should be updated with the registrations below (see <xref target="RFC2817" x:sec="7.1" x:fmt=","/>). 2081 </t> 2082 <texttable xmlns:x="http://purl.org/net/xml2rfc/ext"> 2083 <ttcol>Value</ttcol> 2084 <ttcol>Description</ttcol> 2085 <ttcol>Reference</ttcol> 2086 2087 <c>100</c> 2088 <c>Continue</c> 2089 <c> 2090 <xref target="status.100"/> 2091 </c> 2092 2093 <c>101</c> 2094 <c>Switching Protocols</c> 2095 <c> 2096 <xref target="status.101"/> 2097 </c> 2098 2099 <c>200</c> 2100 <c>OK</c> 2101 <c> 2102 <xref target="status.200"/> 2103 </c> 2104 2105 <c>201</c> 2106 <c>Created</c> 2107 <c> 2108 <xref target="status.201"/> 2109 </c> 2110 2111 <c>202</c> 2112 <c>Accepted</c> 2113 <c> 2114 <xref target="status.202"/> 2115 </c> 2116 2117 <c>203</c> 2118 <c>Non-Authoritative Information</c> 2119 <c> 2120 <xref target="status.203"/> 2121 </c> 2122 2123 <c>204</c> 2124 <c>No Content</c> 2125 <c> 2126 <xref target="status.204"/> 2127 </c> 2128 2129 <c>205</c> 2130 <c>Reset Content</c> 2131 <c> 2132 <xref target="status.205"/> 2133 </c> 2134 2135 <c>206</c> 2136 <c>Partial Content</c> 2137 <c> 2138 <xref target="status.206"/> 2139 </c> 2140 2141 <c>300</c> 2142 <c>Multiple Choices</c> 2143 <c> 2144 <xref target="status.300"/> 2145 </c> 2146 2147 <c>301</c> 2148 <c>Moved Permanently</c> 2149 <c> 2150 <xref target="status.301"/> 2151 </c> 2152 2153 <c>302</c> 2154 <c>Found</c> 2155 <c> 2156 <xref target="status.302"/> 2157 </c> 2158 2159 <c>303</c> 2160 <c>See Other</c> 2161 <c> 2162 <xref target="status.303"/> 2163 </c> 2164 2165 <c>304</c> 2166 <c>Not Modified</c> 2167 <c> 2168 <xref target="status.304"/> 2169 </c> 2170 2171 <c>305</c> 2172 <c>Use Proxy</c> 2173 <c> 2174 <xref target="status.305"/> 2175 </c> 2176 2177 <c>306</c> 2178 <c>(Unused)</c> 2179 <c> 2180 <xref target="status.306"/> 2181 </c> 2182 2183 <c>307</c> 2184 <c>Temporary Redirect</c> 2185 <c> 2186 <xref target="status.307"/> 2187 </c> 2188 2189 <c>400</c> 2190 <c>Bad Request</c> 2191 <c> 2192 <xref target="status.400"/> 2193 </c> 2194 2195 <c>401</c> 2196 <c>Unauthorized</c> 2197 <c> 2198 <xref target="status.401"/> 2199 </c> 2200 2201 <c>402</c> 2202 <c>Payment Required</c> 2203 <c> 2204 <xref target="status.402"/> 2205 </c> 2206 2207 <c>403</c> 2208 <c>Forbidden</c> 2209 <c> 2210 <xref target="status.403"/> 2211 </c> 2212 2213 <c>404</c> 2214 <c>Not Found</c> 2215 <c> 2216 <xref target="status.404"/> 2217 </c> 2218 2219 <c>405</c> 2220 <c>Method Not Allowed</c> 2221 <c> 2222 <xref target="status.405"/> 2223 </c> 2224 2225 <c>406</c> 2226 <c>Not Acceptable</c> 2227 <c> 2228 <xref target="status.406"/> 2229 </c> 2230 2231 <c>407</c> 2232 <c>Proxy Authentication Required</c> 2233 <c> 2234 <xref target="status.407"/> 2235 </c> 2236 2237 <c>408</c> 2238 <c>Request Timeout</c> 2239 <c> 2240 <xref target="status.408"/> 2241 </c> 2242 2243 <c>409</c> 2244 <c>Conflict</c> 2245 <c> 2246 <xref target="status.409"/> 2247 </c> 2248 2249 <c>410</c> 2250 <c>Gone</c> 2251 <c> 2252 <xref target="status.410"/> 2253 </c> 2254 2255 <c>411</c> 2256 <c>Length Required</c> 2257 <c> 2258 <xref target="status.411"/> 2259 </c> 2260 2261 <c>412</c> 2262 <c>Precondition Failed</c> 2263 <c> 2264 <xref target="status.412"/> 2265 </c> 2266 2267 <c>413</c> 2268 <c>Request Entity Too Large</c> 2269 <c> 2270 <xref target="status.413"/> 2271 </c> 2272 2273 <c>414</c> 2274 <c>Request-URI Too Long</c> 2275 <c> 2276 <xref target="status.414"/> 2277 </c> 2278 2279 <c>415</c> 2280 <c>Unsupported Media Type</c> 2281 <c> 2282 <xref target="status.415"/> 2283 </c> 2284 2285 <c>416</c> 2286 <c>Requested Range Not Satisfiable</c> 2287 <c> 2288 <xref target="status.416"/> 2289 </c> 2290 2291 <c>417</c> 2292 <c>Expectation Failed</c> 2293 <c> 2294 <xref target="status.417"/> 2295 </c> 2296 2297 <c>500</c> 2298 <c>Internal Server Error</c> 2299 <c> 2300 <xref target="status.500"/> 2301 </c> 2302 2303 <c>501</c> 2304 <c>Not Implemented</c> 2305 <c> 2306 <xref target="status.501"/> 2307 </c> 2308 2309 <c>502</c> 2310 <c>Bad Gateway</c> 2311 <c> 2312 <xref target="status.502"/> 2313 </c> 2314 2315 <c>503</c> 2316 <c>Service Unavailable</c> 2317 <c> 2318 <xref target="status.503"/> 2319 </c> 2320 2321 <c>504</c> 2322 <c>Gateway Timeout</c> 2323 <c> 2324 <xref target="status.504"/> 2325 </c> 2326 2327 <c>505</c> 2328 <c>HTTP Version Not Supported</c> 2329 <c> 2330 <xref target="status.505"/> 2331 </c> 2332 </texttable> 2333 <t xmlns:x="http://purl.org/net/xml2rfc/ext"/> 2334 <!--(END)--> 2079 2335 </section> 2080 2336 <section title="Message Header Registration" anchor="message.header.registration"> … … 2647 2903 </front> 2648 2904 <seriesInfo name="RFC" value="2616"/> 2905 </reference> 2906 2907 <reference anchor='RFC2817'> 2908 <front> 2909 <title>Upgrading to TLS Within HTTP/1.1</title> 2910 <author initials='R.' surname='Khare' fullname='R. Khare'> 2911 <organization>4K Associates / UC Irvine</organization> 2912 <address><email>rohit@4K-associates.com</email></address> 2913 </author> 2914 <author initials='S.' surname='Lawrence' fullname='S. Lawrence'> 2915 <organization>Agranat Systems, Inc.</organization> 2916 <address><email>lawrence@agranat.com</email></address> 2917 </author> 2918 <date year='2000' month='May' /> 2919 </front> 2920 <seriesInfo name='RFC' value='2817' /> 2649 2921 </reference> 2650 2922
Note: See TracChangeset
for help on using the changeset viewer.