Changeset 1856
- Timestamp:
- 03/09/12 07:33:04 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1855 r1856 449 449 } 450 450 @bottom-center { 451 content: "Expires March 6, 2013";451 content: "Expires March 7, 2013"; 452 452 } 453 453 @bottom-right { … … 499 499 <meta name="dct.creator" content="Reschke, J. F."> 500 500 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-0 2">501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-03"> 502 502 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 503 503 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 530 530 </tr> 531 531 <tr> 532 <td class="left">Expires: March 6, 2013</td>532 <td class="left">Expires: March 7, 2013</td> 533 533 <td class="right">greenbytes</td> 534 534 </tr> 535 535 <tr> 536 536 <td class="left"></td> 537 <td class="right">September 2, 2012</td>537 <td class="right">September 3, 2012</td> 538 538 </tr> 539 539 </tbody> … … 562 562 in progress”. 563 563 </p> 564 <p>This Internet-Draft will expire on March 6, 2013.</p>564 <p>This Internet-Draft will expire on March 7, 2013.</p> 565 565 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 566 566 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 687 687 </ul> 688 688 </li> 689 <li><a href="#rfc.section.8">8.</a> <a href="#response.header.fields">Response Header Fields</a></li> 689 <li><a href="#rfc.section.8">8.</a> <a href="#response.header.fields">Response Header Fields</a><ul> 690 <li><a href="#rfc.section.8.1">8.1</a> <a href="#response.control.data">Control Data</a></li> 691 <li><a href="#rfc.section.8.2">8.2</a> <a href="#response.cache.related">Cache-related</a></li> 692 <li><a href="#rfc.section.8.3">8.3</a> <a href="#response.auth">Authentication Challenges</a></li> 693 <li><a href="#rfc.section.8.4">8.4</a> <a href="#response.inform">Informative</a></li> 694 </ul> 695 </li> 690 696 <li><a href="#rfc.section.9">9.</a> <a href="#protocol.parameters">Protocol Parameters</a><ul> 691 697 <li><a href="#rfc.section.9.1">9.1</a> <a href="#http.date">Date/Time Formats</a></li> … … 2307 2313 status-line. These header fields give information about the server and about further access to the target resource (<a href="p1-messaging.html#effective.request.uri" title="Effective Request URI">Section 5.5</a> of <a href="#Part1" id="rfc.xref.Part1.23"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a>). 2308 2314 </p> 2315 <h2 id="rfc.section.8.1"><a href="#rfc.section.8.1">8.1</a> <a id="response.control.data" href="#response.control.data">Control Data</a></h2> 2316 <p id="rfc.section.8.1.p.1">Response header fields can supply control data that supplements the status code or instructs the client where to go next.</p> 2309 2317 <div id="rfc.table.u.10"> 2310 2318 <table class="tt full left" cellpadding="3" cellspacing="0"> … … 2317 2325 <tbody> 2318 2326 <tr> 2327 <td class="left">Location</td> 2328 <td class="left"><a href="#header.location" id="rfc.xref.header.location.3" title="Location">Section 10.13</a></td> 2329 </tr> 2330 <tr> 2331 <td class="left">Retry-After</td> 2332 <td class="left"><a href="#header.retry-after" id="rfc.xref.header.retry-after.2" title="Retry-After">Section 10.16</a></td> 2333 </tr> 2334 </tbody> 2335 </table> 2336 </div> 2337 <h2 id="rfc.section.8.2"><a href="#rfc.section.8.2">8.2</a> <a id="response.cache.related" href="#response.cache.related">Cache-related</a></h2> 2338 <p id="rfc.section.8.2.p.1">Cache-related response header fields provide metadata about the message in order to assist downstream caches.</p> 2339 <div id="rfc.table.u.11"> 2340 <table class="tt full left" cellpadding="3" cellspacing="0"> 2341 <thead> 2342 <tr> 2343 <th>Header Field Name</th> 2344 <th>Defined in...</th> 2345 </tr> 2346 </thead> 2347 <tbody> 2348 <tr> 2349 <td class="left">Date</td> 2350 <td class="left"><a href="#header.date" id="rfc.xref.header.date.1" title="Date">Section 10.10</a></td> 2351 </tr> 2352 <tr> 2353 <td class="left">Age</td> 2354 <td class="left"><a href="p6-cache.html#header.age" title="Age">Section 7.1</a> of <a href="#Part6" id="rfc.xref.Part6.16"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a></td> 2355 </tr> 2356 <tr> 2357 <td class="left">Vary</td> 2358 <td class="left"><a href="p6-cache.html#header.vary" title="Vary">Section 7.5</a> of <a href="#Part6" id="rfc.xref.Part6.17"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a></td> 2359 </tr> 2360 </tbody> 2361 </table> 2362 </div> 2363 <h2 id="rfc.section.8.3"><a href="#rfc.section.8.3">8.3</a> <a id="response.auth" href="#response.auth">Authentication Challenges</a></h2> 2364 <p id="rfc.section.8.3.p.1">Authentication challenges indicate what mechanisms are available for the user or client to provide authentication credentials 2365 in future requests. 2366 </p> 2367 <div id="rfc.table.u.12"> 2368 <table class="tt full left" cellpadding="3" cellspacing="0"> 2369 <thead> 2370 <tr> 2371 <th>Header Field Name</th> 2372 <th>Defined in...</th> 2373 </tr> 2374 </thead> 2375 <tbody> 2376 <tr> 2377 <td class="left">WWW-Authenticate</td> 2378 <td class="left"><a href="p7-auth.html#header.www-authenticate" title="WWW-Authenticate">Section 4.4</a> of <a href="#Part7" id="rfc.xref.Part7.6"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td> 2379 </tr> 2380 <tr> 2381 <td class="left">Proxy-Authenticate</td> 2382 <td class="left"><a href="p7-auth.html#header.proxy-authenticate" title="Proxy-Authenticate">Section 4.2</a> of <a href="#Part7" id="rfc.xref.Part7.7"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td> 2383 </tr> 2384 </tbody> 2385 </table> 2386 </div> 2387 <h2 id="rfc.section.8.4"><a href="#rfc.section.8.4">8.4</a> <a id="response.inform" href="#response.inform">Informative</a></h2> 2388 <p id="rfc.section.8.4.p.1">The remaining response header fields provide more information about the target resource for potential use in later requests.</p> 2389 <div id="rfc.table.u.13"> 2390 <table class="tt full left" cellpadding="3" cellspacing="0"> 2391 <thead> 2392 <tr> 2393 <th>Header Field Name</th> 2394 <th>Defined in...</th> 2395 </tr> 2396 </thead> 2397 <tbody> 2398 <tr> 2319 2399 <td class="left">Accept-Ranges</td> 2320 2400 <td class="left"><a href="p5-range.html#header.accept-ranges" title="Accept-Ranges">Section 5.1</a> of <a href="#Part5" id="rfc.xref.Part5.10"><cite title="HTTP/1.1, part 5: Range Requests">[Part5]</cite></a></td> 2321 2401 </tr> 2322 2402 <tr> 2323 <td class="left">Age</td>2324 <td class="left"><a href="p6-cache.html#header.age" title="Age">Section 7.1</a> of <a href="#Part6" id="rfc.xref.Part6.16"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a></td>2325 </tr>2326 <tr>2327 2403 <td class="left">Allow</td> 2328 2404 <td class="left"><a href="#header.allow" id="rfc.xref.header.allow.2" title="Allow">Section 10.5</a></td> 2329 2405 </tr> 2330 2406 <tr> 2331 <td class="left">Date</td>2332 <td class="left"><a href="#header.date" id="rfc.xref.header.date.1" title="Date">Section 10.10</a></td>2333 </tr>2334 <tr>2335 <td class="left">ETag</td>2336 <td class="left"><a href="p4-conditional.html#header.etag" title="ETag">Section 2.3</a> of <a href="#Part4" id="rfc.xref.Part4.14"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td>2337 </tr>2338 <tr>2339 <td class="left">Location</td>2340 <td class="left"><a href="#header.location" id="rfc.xref.header.location.3" title="Location">Section 10.13</a></td>2341 </tr>2342 <tr>2343 <td class="left">Proxy-Authenticate</td>2344 <td class="left"><a href="p7-auth.html#header.proxy-authenticate" title="Proxy-Authenticate">Section 4.2</a> of <a href="#Part7" id="rfc.xref.Part7.6"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td>2345 </tr>2346 <tr>2347 <td class="left">Retry-After</td>2348 <td class="left"><a href="#header.retry-after" id="rfc.xref.header.retry-after.2" title="Retry-After">Section 10.16</a></td>2349 </tr>2350 <tr>2351 2407 <td class="left">Server</td> 2352 2408 <td class="left"><a href="#header.server" id="rfc.xref.header.server.1" title="Server">Section 10.17</a></td> 2353 </tr>2354 <tr>2355 <td class="left">Vary</td>2356 <td class="left"><a href="p6-cache.html#header.vary" title="Vary">Section 7.5</a> of <a href="#Part6" id="rfc.xref.Part6.17"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a></td>2357 </tr>2358 <tr>2359 <td class="left">WWW-Authenticate</td>2360 <td class="left"><a href="p7-auth.html#header.www-authenticate" title="WWW-Authenticate">Section 4.4</a> of <a href="#Part7" id="rfc.xref.Part7.7"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td>2361 2409 </tr> 2362 2410 </tbody> … … 2636 2684 text/html;level=2;q=0.4, */*;q=0.5 2637 2685 </pre><p id="rfc.section.10.1.p.18">would cause the following values to be associated:</p> 2638 <div id="rfc.table.u.1 1">2686 <div id="rfc.table.u.14"> 2639 2687 <table class="tt full left" cellpadding="3" cellspacing="0"> 2640 2688 <thead> … … 4315 4363 <p id="rfc.section.F.2.p.2">Other changes: </p> 4316 4364 <ul> 4317 <li>Move definitions of 304 and 412 condition codes to <a href="#Part4" id="rfc.xref.Part4.1 5"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a>4365 <li>Move definitions of 304 and 412 condition codes to <a href="#Part4" id="rfc.xref.Part4.14"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a> 4318 4366 </li> 4319 4367 </ul> … … 4920 4968 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">3.4.1</a>, <a href="#rfc.xref.header.accept-encoding.2">6.3</a>, <a href="#rfc.xref.header.accept-encoding.3">9.4</a>, <a href="#rfc.iref.a.3"><b>10.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">11.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">11.4.2</a></li> 4921 4969 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">3.4.1</a>, <a href="#rfc.xref.header.accept-language.2">6.3</a>, <a href="#rfc.iref.a.4"><b>10.4</b></a>, <a href="#rfc.xref.header.accept-language.3">11.3.2</a></li> 4922 <li>Allow header field <a href="#rfc.xref.header.allow.1">5.1</a>, <a href="#rfc.xref.header.allow.2">8 </a>, <a href="#rfc.iref.a.5"><b>10.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li>4970 <li>Allow header field <a href="#rfc.xref.header.allow.1">5.1</a>, <a href="#rfc.xref.header.allow.2">8.4</a>, <a href="#rfc.iref.a.5"><b>10.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4923 4971 </ul> 4924 4972 </li> … … 4943 4991 </li> 4944 4992 <li><a id="rfc.index.D" href="#rfc.index.D"><b>D</b></a><ul> 4945 <li>Date header field <a href="#rfc.xref.header.date.1">8 </a>, <a href="#rfc.iref.d.3"><b>10.10</b></a>, <a href="#rfc.xref.header.date.2">11.3.2</a></li>4993 <li>Date header field <a href="#rfc.xref.header.date.1">8.2</a>, <a href="#rfc.iref.d.3"><b>10.10</b></a>, <a href="#rfc.xref.header.date.2">11.3.2</a></li> 4946 4994 <li>deflate (Coding Format) <a href="#rfc.iref.d.2">9.4</a></li> 4947 4995 <li>DELETE method <a href="#rfc.xref.DELETE.1">5.1</a>, <a href="#rfc.iref.d.1"><b>5.3.5</b></a>, <a href="#rfc.xref.DELETE.2">11.1.3</a></li> … … 5037 5085 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">3.4.1</a>, <a href="#rfc.xref.header.accept-encoding.2">6.3</a>, <a href="#rfc.xref.header.accept-encoding.3">9.4</a>, <a href="#rfc.iref.h.4"><b>10.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">11.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">11.4.2</a></li> 5038 5086 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">3.4.1</a>, <a href="#rfc.xref.header.accept-language.2">6.3</a>, <a href="#rfc.iref.h.5"><b>10.4</b></a>, <a href="#rfc.xref.header.accept-language.3">11.3.2</a></li> 5039 <li>Allow <a href="#rfc.xref.header.allow.1">5.1</a>, <a href="#rfc.xref.header.allow.2">8 </a>, <a href="#rfc.iref.h.6"><b>10.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li>5087 <li>Allow <a href="#rfc.xref.header.allow.1">5.1</a>, <a href="#rfc.xref.header.allow.2">8.4</a>, <a href="#rfc.iref.h.6"><b>10.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 5040 5088 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">3.2</a>, <a href="#rfc.xref.header.content-encoding.2">9.4</a>, <a href="#rfc.iref.h.7"><b>10.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">11.3.2</a></li> 5041 5089 <li>Content-Language <a href="#rfc.xref.header.content-language.1">3.2</a>, <a href="#rfc.iref.h.8"><b>10.7</b></a>, <a href="#rfc.xref.header.content-language.2">11.3.2</a></li> … … 5043 5091 <li>Content-Transfer-Encoding <a href="#rfc.iref.h.21">A.5</a>, <a href="#rfc.xref.no.content-transfer-encoding.1">C</a></li> 5044 5092 <li>Content-Type <a href="#rfc.xref.header.content-type.1">3.2</a>, <a href="#rfc.xref.header.content-type.2">7</a>, <a href="#rfc.xref.header.content-type.3">9.5</a>, <a href="#rfc.iref.h.10"><b>10.9</b></a>, <a href="#rfc.xref.header.content-type.4">11.3.1</a>, <a href="#rfc.xref.header.content-type.5">11.3.2</a></li> 5045 <li>Date <a href="#rfc.xref.header.date.1">8 </a>, <a href="#rfc.iref.h.11"><b>10.10</b></a>, <a href="#rfc.xref.header.date.2">11.3.2</a></li>5093 <li>Date <a href="#rfc.xref.header.date.1">8.2</a>, <a href="#rfc.iref.h.11"><b>10.10</b></a>, <a href="#rfc.xref.header.date.2">11.3.2</a></li> 5046 5094 <li>Expect <a href="#rfc.xref.header.expect.1">6.1</a>, <a href="#rfc.xref.header.expect.2">7.5.14</a>, <a href="#rfc.iref.h.12"><b>10.11</b></a>, <a href="#rfc.xref.header.expect.3">11.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 5047 5095 <li>From <a href="#rfc.xref.header.from.1">6.5</a>, <a href="#rfc.iref.h.13"><b>10.12</b></a>, <a href="#rfc.xref.header.from.2">11.3.2</a></li> 5048 <li>Location <a href="#rfc.xref.header.location.1">5.3.3</a>, <a href="#rfc.xref.header.location.2">7.4</a>, <a href="#rfc.xref.header.location.3">8 </a>, <a href="#rfc.iref.h.14"><b>10.13</b></a>, <a href="#rfc.xref.header.location.4">11.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li>5096 <li>Location <a href="#rfc.xref.header.location.1">5.3.3</a>, <a href="#rfc.xref.header.location.2">7.4</a>, <a href="#rfc.xref.header.location.3">8.1</a>, <a href="#rfc.iref.h.14"><b>10.13</b></a>, <a href="#rfc.xref.header.location.4">11.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li> 5049 5097 <li>Max-Forwards <a href="#rfc.xref.header.max-forwards.1">5.3.7</a>, <a href="#rfc.xref.header.max-forwards.2">5.3.8</a>, <a href="#rfc.xref.header.max-forwards.3">6.1</a>, <a href="#rfc.iref.h.15"><b>10.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">11.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 5050 5098 <li>MIME-Version <a href="#rfc.xref.mime-version.1">11.3.2</a>, <a href="#rfc.iref.h.20"><b>A.1</b></a></li> 5051 5099 <li>Referer <a href="#rfc.xref.header.referer.1">6.5</a>, <a href="#rfc.iref.h.16"><b>10.15</b></a>, <a href="#rfc.xref.header.referer.2">11.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 5052 <li>Retry-After <a href="#rfc.xref.header.retry-after.1">7.6.4</a>, <a href="#rfc.xref.header.retry-after.2">8 </a>, <a href="#rfc.iref.h.17"><b>10.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3.2</a></li>5053 <li>Server <a href="#rfc.xref.header.server.1">8 </a>, <a href="#rfc.iref.h.18"><b>10.17</b></a>, <a href="#rfc.xref.header.server.2">11.3.2</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li>5100 <li>Retry-After <a href="#rfc.xref.header.retry-after.1">7.6.4</a>, <a href="#rfc.xref.header.retry-after.2">8.1</a>, <a href="#rfc.iref.h.17"><b>10.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3.2</a></li> 5101 <li>Server <a href="#rfc.xref.header.server.1">8.4</a>, <a href="#rfc.iref.h.18"><b>10.17</b></a>, <a href="#rfc.xref.header.server.2">11.3.2</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 5054 5102 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">3.4.1</a>, <a href="#rfc.xref.header.user-agent.2">6.5</a>, <a href="#rfc.iref.h.19"><b>10.18</b></a>, <a href="#rfc.xref.header.user-agent.3">11.3.2</a>, <a href="#rfc.xref.header.user-agent.4">12.1</a></li> 5055 5103 </ul> … … 5062 5110 </li> 5063 5111 <li><a id="rfc.index.L" href="#rfc.index.L"><b>L</b></a><ul> 5064 <li>Location header field <a href="#rfc.xref.header.location.1">5.3.3</a>, <a href="#rfc.xref.header.location.2">7.4</a>, <a href="#rfc.xref.header.location.3">8 </a>, <a href="#rfc.iref.l.1"><b>10.13</b></a>, <a href="#rfc.xref.header.location.4">11.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li>5112 <li>Location header field <a href="#rfc.xref.header.location.1">5.3.3</a>, <a href="#rfc.xref.header.location.2">7.4</a>, <a href="#rfc.xref.header.location.3">8.1</a>, <a href="#rfc.iref.l.1"><b>10.13</b></a>, <a href="#rfc.xref.header.location.4">11.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li> 5065 5113 </ul> 5066 5114 </li> … … 5117 5165 </ul> 5118 5166 </li> 5119 <li><em>Part4</em> <a href="#rfc.xref.Part4.1">3.2</a>, <a href="#rfc.xref.Part4.2">3.2</a>, <a href="#rfc.xref.Part4.3">5.3.1</a>, <a href="#rfc.xref.Part4.4">6.2</a>, <a href="#rfc.xref.Part4.5">6.2</a>, <a href="#rfc.xref.Part4.6">6.2</a>, <a href="#rfc.xref.Part4.7">6.2</a>, <a href="#rfc.xref.Part4.8">6.2</a>, <a href="#rfc.xref.Part4.9">7.1</a>, <a href="#rfc.xref.Part4.10">7.1</a>, <a href="#rfc.xref.Part4.11">7.1</a>, <a href="#rfc.xref.Part4.12">7.3.2</a>, <a href="#rfc.xref.Part4.13">7.4</a>, <a href="# rfc.xref.Part4.14">8</a>, <a href="#Part4"><b>14.1</b></a>, <a href="#rfc.xref.Part4.15">F.2</a><ul>5167 <li><em>Part4</em> <a href="#rfc.xref.Part4.1">3.2</a>, <a href="#rfc.xref.Part4.2">3.2</a>, <a href="#rfc.xref.Part4.3">5.3.1</a>, <a href="#rfc.xref.Part4.4">6.2</a>, <a href="#rfc.xref.Part4.5">6.2</a>, <a href="#rfc.xref.Part4.6">6.2</a>, <a href="#rfc.xref.Part4.7">6.2</a>, <a href="#rfc.xref.Part4.8">6.2</a>, <a href="#rfc.xref.Part4.9">7.1</a>, <a href="#rfc.xref.Part4.10">7.1</a>, <a href="#rfc.xref.Part4.11">7.1</a>, <a href="#rfc.xref.Part4.12">7.3.2</a>, <a href="#rfc.xref.Part4.13">7.4</a>, <a href="#Part4"><b>14.1</b></a>, <a href="#rfc.xref.Part4.14">F.2</a><ul> 5120 5168 <li><em>Section 2.2</em> <a href="#rfc.xref.Part4.2">3.2</a></li> 5121 <li><em>Section 2.3</em> <a href="#rfc.xref.Part4.1">3.2</a>, <a href="#rfc.xref.Part4.12">7.3.2</a> , <a href="#rfc.xref.Part4.14">8</a></li>5169 <li><em>Section 2.3</em> <a href="#rfc.xref.Part4.1">3.2</a>, <a href="#rfc.xref.Part4.12">7.3.2</a></li> 5122 5170 <li><em>Section 3.1</em> <a href="#rfc.xref.Part4.5">6.2</a></li> 5123 5171 <li><em>Section 3.2</em> <a href="#rfc.xref.Part4.6">6.2</a></li> … … 5129 5177 </ul> 5130 5178 </li> 5131 <li><em>Part5</em> <a href="#rfc.xref.Part5.1">4.1</a>, <a href="#rfc.xref.Part5.2">5.3.1</a>, <a href="#rfc.xref.Part5.3">5.3.1</a>, <a href="#rfc.xref.Part5.4">5.3.4</a>, <a href="#rfc.xref.Part5.5">6.1</a>, <a href="#rfc.xref.Part5.6">6.2</a>, <a href="#rfc.xref.Part5.7">7.1</a>, <a href="#rfc.xref.Part5.8">7.1</a>, <a href="#rfc.xref.Part5.9">7.1</a>, <a href="#rfc.xref.Part5.10">8 </a>, <a href="#Part5"><b>14.1</b></a><ul>5179 <li><em>Part5</em> <a href="#rfc.xref.Part5.1">4.1</a>, <a href="#rfc.xref.Part5.2">5.3.1</a>, <a href="#rfc.xref.Part5.3">5.3.1</a>, <a href="#rfc.xref.Part5.4">5.3.4</a>, <a href="#rfc.xref.Part5.5">6.1</a>, <a href="#rfc.xref.Part5.6">6.2</a>, <a href="#rfc.xref.Part5.7">7.1</a>, <a href="#rfc.xref.Part5.8">7.1</a>, <a href="#rfc.xref.Part5.9">7.1</a>, <a href="#rfc.xref.Part5.10">8.4</a>, <a href="#Part5"><b>14.1</b></a><ul> 5132 5180 <li><em>Section 3</em> <a href="#rfc.xref.Part5.7">7.1</a></li> 5133 5181 <li><em>Section 3.1</em> <a href="#rfc.xref.Part5.8">7.1</a></li> 5134 5182 <li><em>Section 3.2</em> <a href="#rfc.xref.Part5.9">7.1</a></li> 5135 <li><em>Section 5.1</em> <a href="#rfc.xref.Part5.10">8 </a></li>5183 <li><em>Section 5.1</em> <a href="#rfc.xref.Part5.10">8.4</a></li> 5136 5184 <li><em>Section 5.2</em> <a href="#rfc.xref.Part5.1">4.1</a>, <a href="#rfc.xref.Part5.4">5.3.4</a></li> 5137 5185 <li><em>Section 5.3</em> <a href="#rfc.xref.Part5.6">6.2</a></li> … … 5139 5187 </ul> 5140 5188 </li> 5141 <li><em>Part6</em> <a href="#rfc.xref.Part6.1">3.2</a>, <a href="#rfc.xref.Part6.2">3.4.1</a>, <a href="#rfc.xref.Part6.3">5.2.3</a>, <a href="#rfc.xref.Part6.4">5.3.1</a>, <a href="#rfc.xref.Part6.5">5.3.2</a>, <a href="#rfc.xref.Part6.6">5.3.3</a>, <a href="#rfc.xref.Part6.7">5.3.4</a>, <a href="#rfc.xref.Part6.8">5.3.5</a>, <a href="#rfc.xref.Part6.9">7.3.1</a>, <a href="#rfc.xref.Part6.10">7.3.4</a>, <a href="#rfc.xref.Part6.11">7.3.4</a>, <a href="#rfc.xref.Part6.12">7.3.4</a>, <a href="#rfc.xref.Part6.13">7.4.1</a>, <a href="#rfc.xref.Part6.14">7.4.2</a>, <a href="#rfc.xref.Part6.15">7.5.9</a>, <a href="#rfc.xref.Part6.16">8 </a>, <a href="#rfc.xref.Part6.17">8</a>, <a href="#rfc.xref.Part6.18">11.2.2</a>, <a href="#rfc.xref.Part6.19">11.3.1</a>, <a href="#Part6"><b>14.1</b></a><ul>5189 <li><em>Part6</em> <a href="#rfc.xref.Part6.1">3.2</a>, <a href="#rfc.xref.Part6.2">3.4.1</a>, <a href="#rfc.xref.Part6.3">5.2.3</a>, <a href="#rfc.xref.Part6.4">5.3.1</a>, <a href="#rfc.xref.Part6.5">5.3.2</a>, <a href="#rfc.xref.Part6.6">5.3.3</a>, <a href="#rfc.xref.Part6.7">5.3.4</a>, <a href="#rfc.xref.Part6.8">5.3.5</a>, <a href="#rfc.xref.Part6.9">7.3.1</a>, <a href="#rfc.xref.Part6.10">7.3.4</a>, <a href="#rfc.xref.Part6.11">7.3.4</a>, <a href="#rfc.xref.Part6.12">7.3.4</a>, <a href="#rfc.xref.Part6.13">7.4.1</a>, <a href="#rfc.xref.Part6.14">7.4.2</a>, <a href="#rfc.xref.Part6.15">7.5.9</a>, <a href="#rfc.xref.Part6.16">8.2</a>, <a href="#rfc.xref.Part6.17">8.2</a>, <a href="#rfc.xref.Part6.18">11.2.2</a>, <a href="#rfc.xref.Part6.19">11.3.1</a>, <a href="#Part6"><b>14.1</b></a><ul> 5142 5190 <li><em>Section 4.1.1</em> <a href="#rfc.xref.Part6.6">5.3.3</a></li> 5143 5191 <li><em>Section 4.1.2</em> <a href="#rfc.xref.Part6.9">7.3.1</a>, <a href="#rfc.xref.Part6.12">7.3.4</a>, <a href="#rfc.xref.Part6.13">7.4.1</a>, <a href="#rfc.xref.Part6.14">7.4.2</a>, <a href="#rfc.xref.Part6.15">7.5.9</a></li> 5144 5192 <li><em>Section 5</em> <a href="#rfc.xref.Part6.5">5.3.2</a></li> 5145 5193 <li><em>Section 6</em> <a href="#rfc.xref.Part6.7">5.3.4</a>, <a href="#rfc.xref.Part6.8">5.3.5</a></li> 5146 <li><em>Section 7.1</em> <a href="#rfc.xref.Part6.16">8 </a></li>5194 <li><em>Section 7.1</em> <a href="#rfc.xref.Part6.16">8.2</a></li> 5147 5195 <li><em>Section 7.2</em> <a href="#rfc.xref.Part6.10">7.3.4</a></li> 5148 5196 <li><em>Section 7.3</em> <a href="#rfc.xref.Part6.1">3.2</a></li> 5149 <li><em>Section 7.5</em> <a href="#rfc.xref.Part6.2">3.4.1</a>, <a href="#rfc.xref.Part6.17">8 </a></li>5197 <li><em>Section 7.5</em> <a href="#rfc.xref.Part6.2">3.4.1</a>, <a href="#rfc.xref.Part6.17">8.2</a></li> 5150 5198 <li><em>Section 7.6</em> <a href="#rfc.xref.Part6.11">7.3.4</a></li> 5151 5199 </ul> 5152 5200 </li> 5153 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">6.4</a>, <a href="#rfc.xref.Part7.2">6.4</a>, <a href="#rfc.xref.Part7.3">7.1</a>, <a href="#rfc.xref.Part7.4">7.1</a>, <a href="#rfc.xref.Part7.5">7.1</a>, <a href="#rfc.xref.Part7.6">8 </a>, <a href="#rfc.xref.Part7.7">8</a>, <a href="#Part7"><b>14.1</b></a><ul>5201 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">6.4</a>, <a href="#rfc.xref.Part7.2">6.4</a>, <a href="#rfc.xref.Part7.3">7.1</a>, <a href="#rfc.xref.Part7.4">7.1</a>, <a href="#rfc.xref.Part7.5">7.1</a>, <a href="#rfc.xref.Part7.6">8.3</a>, <a href="#rfc.xref.Part7.7">8.3</a>, <a href="#Part7"><b>14.1</b></a><ul> 5154 5202 <li><em>Section 3</em> <a href="#rfc.xref.Part7.3">7.1</a></li> 5155 5203 <li><em>Section 3.1</em> <a href="#rfc.xref.Part7.4">7.1</a></li> 5156 5204 <li><em>Section 3.2</em> <a href="#rfc.xref.Part7.5">7.1</a></li> 5157 5205 <li><em>Section 4.1</em> <a href="#rfc.xref.Part7.1">6.4</a></li> 5158 <li><em>Section 4.2</em> <a href="#rfc.xref.Part7. 6">8</a></li>5206 <li><em>Section 4.2</em> <a href="#rfc.xref.Part7.7">8.3</a></li> 5159 5207 <li><em>Section 4.3</em> <a href="#rfc.xref.Part7.2">6.4</a></li> 5160 <li><em>Section 4.4</em> <a href="#rfc.xref.Part7. 7">8</a></li>5208 <li><em>Section 4.4</em> <a href="#rfc.xref.Part7.6">8.3</a></li> 5161 5209 </ul> 5162 5210 </li> … … 5170 5218 <li>representation <a href="#rfc.iref.r.1">3</a></li> 5171 5219 <li><em>REST</em> <a href="#rfc.xref.REST.1">5.1</a>, <a href="#REST"><b>14.2</b></a></li> 5172 <li>Retry-After header field <a href="#rfc.xref.header.retry-after.1">7.6.4</a>, <a href="#rfc.xref.header.retry-after.2">8 </a>, <a href="#rfc.iref.r.3"><b>10.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3.2</a></li>5220 <li>Retry-After header field <a href="#rfc.xref.header.retry-after.1">7.6.4</a>, <a href="#rfc.xref.header.retry-after.2">8.1</a>, <a href="#rfc.iref.r.3"><b>10.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3.2</a></li> 5173 5221 <li><em>RFC1123</em> <a href="#rfc.xref.RFC1123.1">9.1</a>, <a href="#rfc.xref.RFC1123.2">9.1</a>, <a href="#RFC1123"><b>14.2</b></a><ul> 5174 5222 <li><em>Section 5.2.14</em> <a href="#rfc.xref.RFC1123.2">9.1</a></li> … … 5260 5308 <li>safe <a href="#rfc.iref.s.2"><b>5.2.1</b></a></li> 5261 5309 <li>selected representation <a href="#rfc.iref.s.1"><b>3.2</b></a></li> 5262 <li>Server header field <a href="#rfc.xref.header.server.1">8 </a>, <a href="#rfc.iref.s.44"><b>10.17</b></a>, <a href="#rfc.xref.header.server.2">11.3.2</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li>5310 <li>Server header field <a href="#rfc.xref.header.server.1">8.4</a>, <a href="#rfc.iref.s.44"><b>10.17</b></a>, <a href="#rfc.xref.header.server.2">11.3.2</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 5263 5311 <li>Status Codes 5264 5312 <ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1855 r1856 2459 2459 further access to the target resource (&effective-request-uri;). 2460 2460 </t> 2461 2462 <section title="Control Data" anchor="response.control.data"> 2463 <t> 2464 Response header fields can supply control data that supplements the 2465 status code or instructs the client where to go next. 2466 </t> 2461 2467 <texttable align="left"> 2462 2468 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2463 2469 2470 <c>Location</c> <c><xref target="header.location"/></c> 2471 <c>Retry-After</c> <c><xref target="header.retry-after"/></c> 2472 </texttable> 2473 </section> 2474 2475 <section title="Cache-related" anchor="response.cache.related"> 2476 <t> 2477 Cache-related response header fields provide metadata about the message 2478 in order to assist downstream caches. 2479 </t> 2480 <texttable align="left"> 2481 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2482 2483 <c>Date</c> <c><xref target="header.date"/></c> 2484 <c>Age</c> <c>&header-age;</c> 2485 <c>Vary</c> <c>&header-vary;</c> 2486 </texttable> 2487 </section> 2488 2489 <section title="Authentication Challenges" anchor="response.auth"> 2490 <t> 2491 Authentication challenges indicate what mechanisms are available for the 2492 user or client to provide authentication credentials in future requests. 2493 </t> 2494 <texttable align="left"> 2495 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2496 2497 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c> 2498 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c> 2499 </texttable> 2500 </section> 2501 2502 <section title="Informative" anchor="response.inform"> 2503 <t> 2504 The remaining response header fields provide more information about 2505 the target resource for potential use in later requests. 2506 </t> 2507 <texttable align="left"> 2508 <ttcol>Header Field Name</ttcol><ttcol>Defined in...</ttcol> 2509 2464 2510 <c>Accept-Ranges</c> <c>&header-accept-ranges;</c> 2465 <c>Age</c> <c>&header-age;</c>2466 2511 <c>Allow</c> <c><xref target="header.allow"/></c> 2467 <c>Date</c> <c><xref target="header.date"/></c>2468 <c>ETag</c> <c>&header-etag;</c>2469 <c>Location</c> <c><xref target="header.location"/></c>2470 <c>Proxy-Authenticate</c> <c>&header-proxy-authenticate;</c>2471 <c>Retry-After</c> <c><xref target="header.retry-after"/></c>2472 2512 <c>Server</c> <c><xref target="header.server"/></c> 2473 <c>Vary</c> <c>&header-vary;</c>2474 <c>WWW-Authenticate</c> <c>&header-www-authenticate;</c>2475 2513 </texttable> 2514 </section> 2476 2515 </section> 2477 2516
Note: See TracChangeset
for help on using the changeset viewer.