Changeset 1852 for draft-ietf-httpbis
- Timestamp:
- 02/09/12 07:12:48 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1851 r1852 449 449 } 450 450 @bottom-center { 451 content: "Expires March 5, 2013";451 content: "Expires March 6, 2013"; 452 452 } 453 453 @bottom-right { … … 500 500 <meta name="dct.creator" content="Reschke, J. F."> 501 501 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 502 <meta name="dct.issued" scheme="ISO8601" content="2012-09-0 1">502 <meta name="dct.issued" scheme="ISO8601" content="2012-09-02"> 503 503 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 504 504 <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."> … … 531 531 </tr> 532 532 <tr> 533 <td class="left">Expires: March 5, 2013</td>533 <td class="left">Expires: March 6, 2013</td> 534 534 <td class="right">greenbytes</td> 535 535 </tr> 536 536 <tr> 537 537 <td class="left"></td> 538 <td class="right">September 1, 2012</td>538 <td class="right">September 2, 2012</td> 539 539 </tr> 540 540 </tbody> … … 563 563 in progress”. 564 564 </p> 565 <p>This Internet-Draft will expire on March 5, 2013.</p>565 <p>This Internet-Draft will expire on March 6, 2013.</p> 566 566 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 567 567 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 618 618 <li><a href="#rfc.section.5.2">5.2</a> <a href="#request.conditionals">Conditionals</a></li> 619 619 <li><a href="#rfc.section.5.3">5.3</a> <a href="#request.conneg">Content Negotiation</a></li> 620 <li><a href="#rfc.section.5.4">5.4</a> <a href="#request.inform">Information</a></li> 620 <li><a href="#rfc.section.5.4">5.4</a> <a href="#request.auth">Authentication</a></li> 621 <li><a href="#rfc.section.5.5">5.5</a> <a href="#request.inform">Information</a></li> 621 622 </ul> 622 623 </li> … … 1335 1336 method invocation. 1336 1337 </p> 1338 <h2 id="rfc.section.5.1"><a href="#rfc.section.5.1">5.1</a> <a id="request.controls" href="#request.controls">Controls</a></h2> 1337 1339 <div id="rfc.table.u.3"> 1338 1340 <table class="tt full left" cellpadding="3" cellspacing="0"> … … 1345 1347 <tbody> 1346 1348 <tr> 1347 <td class="left">Accept</td> 1348 <td class="left"><a href="#header.accept" id="rfc.xref.header.accept.1" title="Accept">Section 11.1</a></td> 1349 </tr> 1350 <tr> 1351 <td class="left">Accept-Charset</td> 1352 <td class="left"><a href="#header.accept-charset" id="rfc.xref.header.accept-charset.1" title="Accept-Charset">Section 11.2</a></td> 1353 </tr> 1354 <tr> 1355 <td class="left">Accept-Encoding</td> 1356 <td class="left"><a href="#header.accept-encoding" id="rfc.xref.header.accept-encoding.1" title="Accept-Encoding">Section 11.3</a></td> 1357 </tr> 1358 <tr> 1359 <td class="left">Accept-Language</td> 1360 <td class="left"><a href="#header.accept-language" id="rfc.xref.header.accept-language.1" title="Accept-Language">Section 11.4</a></td> 1361 </tr> 1362 <tr> 1363 <td class="left">Authorization</td> 1364 <td class="left"><a href="p7-auth.html#header.authorization" title="Authorization">Section 4.1</a> of <a href="#Part7" id="rfc.xref.Part7.1"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td> 1349 <td class="left">Host</td> 1350 <td class="left"><a href="p1-messaging.html#header.host" title="Host">Section 5.4</a> of <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a></td> 1351 </tr> 1352 <tr> 1353 <td class="left">Max-Forwards</td> 1354 <td class="left"><a href="#header.max-forwards" id="rfc.xref.header.max-forwards.3" title="Max-Forwards">Section 11.14</a></td> 1365 1355 </tr> 1366 1356 <tr> … … 1369 1359 </tr> 1370 1360 <tr> 1371 <td class="left">From</td>1372 <td class="left"><a href="#header.from" id="rfc.xref.header.from.1" title="From">Section 11.12</a></td>1373 </tr>1374 <tr>1375 <td class="left">Host</td>1376 <td class="left"><a href="p1-messaging.html#header.host" title="Host">Section 5.4</a> of <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a></td>1377 </tr>1378 <tr>1379 <td class="left">If-Match</td>1380 <td class="left"><a href="p4-conditional.html#header.if-match" title="If-Match">Section 3.1</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td>1381 </tr>1382 <tr>1383 <td class="left">If-Modified-Since</td>1384 <td class="left"><a href="p4-conditional.html#header.if-modified-since" title="If-Modified-Since">Section 3.3</a> of <a href="#Part4" id="rfc.xref.Part4.5"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td>1385 </tr>1386 <tr>1387 <td class="left">If-None-Match</td>1388 <td class="left"><a href="p4-conditional.html#header.if-none-match" title="If-None-Match">Section 3.2</a> of <a href="#Part4" id="rfc.xref.Part4.6"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td>1389 </tr>1390 <tr>1391 <td class="left">If-Range</td>1392 <td class="left"><a href="p5-range.html#header.if-range" title="If-Range">Section 5.3</a> of <a href="#Part5" id="rfc.xref.Part5.4"><cite title="HTTP/1.1, part 5: Range Requests">[Part5]</cite></a></td>1393 </tr>1394 <tr>1395 <td class="left">If-Unmodified-Since</td>1396 <td class="left"><a href="p4-conditional.html#header.if-unmodified-since" title="If-Unmodified-Since">Section 3.4</a> of <a href="#Part4" id="rfc.xref.Part4.7"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td>1397 </tr>1398 <tr>1399 <td class="left">Max-Forwards</td>1400 <td class="left"><a href="#header.max-forwards" id="rfc.xref.header.max-forwards.3" title="Max-Forwards">Section 11.14</a></td>1401 </tr>1402 <tr>1403 <td class="left">Proxy-Authorization</td>1404 <td class="left"><a href="p7-auth.html#header.proxy-authorization" title="Proxy-Authorization">Section 4.3</a> of <a href="#Part7" id="rfc.xref.Part7.2"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td>1405 </tr>1406 <tr>1407 1361 <td class="left">Range</td> 1408 <td class="left"><a href="p5-range.html#header.range" title="Range">Section 5.4</a> of <a href="#Part5" id="rfc.xref.Part5.5"><cite title="HTTP/1.1, part 5: Range Requests">[Part5]</cite></a></td> 1409 </tr> 1410 <tr> 1411 <td class="left">Referer</td> 1412 <td class="left"><a href="#header.referer" id="rfc.xref.header.referer.1" title="Referer">Section 11.15</a></td> 1413 </tr> 1414 <tr> 1415 <td class="left">TE</td> 1416 <td class="left"><a href="p1-messaging.html#header.te" title="TE">Section 4.3</a> of <a href="#Part1" id="rfc.xref.Part1.14"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a></td> 1417 </tr> 1418 <tr> 1419 <td class="left">User-Agent</td> 1420 <td class="left"><a href="#header.user-agent" id="rfc.xref.header.user-agent.1" title="User-Agent">Section 11.18</a></td> 1362 <td class="left"><a href="p5-range.html#header.range" title="Range">Section 5.4</a> of <a href="#Part5" id="rfc.xref.Part5.4"><cite title="HTTP/1.1, part 5: Range Requests">[Part5]</cite></a></td> 1421 1363 </tr> 1422 1364 </tbody> 1423 1365 </table> 1424 1366 </div> 1425 <h2 id="rfc.section.5.1"><a href="#rfc.section.5.1">5.1</a> <a id="request.controls" href="#request.controls">Controls</a></h2>1426 1367 <h2 id="rfc.section.5.2"><a href="#rfc.section.5.2">5.2</a> <a id="request.conditionals" href="#request.conditionals">Conditionals</a></h2> 1368 <div id="rfc.table.u.4"> 1369 <table class="tt full left" cellpadding="3" cellspacing="0"> 1370 <thead> 1371 <tr> 1372 <th>Header Field Name</th> 1373 <th>Defined in...</th> 1374 </tr> 1375 </thead> 1376 <tbody> 1377 <tr> 1378 <td class="left">If-Match</td> 1379 <td class="left"><a href="p4-conditional.html#header.if-match" title="If-Match">Section 3.1</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td> 1380 </tr> 1381 <tr> 1382 <td class="left">If-None-Match</td> 1383 <td class="left"><a href="p4-conditional.html#header.if-none-match" title="If-None-Match">Section 3.2</a> of <a href="#Part4" id="rfc.xref.Part4.5"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td> 1384 </tr> 1385 <tr> 1386 <td class="left">If-Modified-Since</td> 1387 <td class="left"><a href="p4-conditional.html#header.if-modified-since" title="If-Modified-Since">Section 3.3</a> of <a href="#Part4" id="rfc.xref.Part4.6"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td> 1388 </tr> 1389 <tr> 1390 <td class="left">If-Unmodified-Since</td> 1391 <td class="left"><a href="p4-conditional.html#header.if-unmodified-since" title="If-Unmodified-Since">Section 3.4</a> of <a href="#Part4" id="rfc.xref.Part4.7"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a></td> 1392 </tr> 1393 <tr> 1394 <td class="left">If-Range</td> 1395 <td class="left"><a href="p5-range.html#header.if-range" title="If-Range">Section 5.3</a> of <a href="#Part5" id="rfc.xref.Part5.5"><cite title="HTTP/1.1, part 5: Range Requests">[Part5]</cite></a></td> 1396 </tr> 1397 </tbody> 1398 </table> 1399 </div> 1427 1400 <h2 id="rfc.section.5.3"><a href="#rfc.section.5.3">5.3</a> <a id="request.conneg" href="#request.conneg">Content Negotiation</a></h2> 1428 <h2 id="rfc.section.5.4"><a href="#rfc.section.5.4">5.4</a> <a id="request.inform" href="#request.inform">Information</a></h2> 1401 <div id="rfc.table.u.5"> 1402 <table class="tt full left" cellpadding="3" cellspacing="0"> 1403 <thead> 1404 <tr> 1405 <th>Header Field Name</th> 1406 <th>Defined in...</th> 1407 </tr> 1408 </thead> 1409 <tbody> 1410 <tr> 1411 <td class="left">Accept</td> 1412 <td class="left"><a href="#header.accept" id="rfc.xref.header.accept.1" title="Accept">Section 11.1</a></td> 1413 </tr> 1414 <tr> 1415 <td class="left">Accept-Charset</td> 1416 <td class="left"><a href="#header.accept-charset" id="rfc.xref.header.accept-charset.1" title="Accept-Charset">Section 11.2</a></td> 1417 </tr> 1418 <tr> 1419 <td class="left">Accept-Encoding</td> 1420 <td class="left"><a href="#header.accept-encoding" id="rfc.xref.header.accept-encoding.1" title="Accept-Encoding">Section 11.3</a></td> 1421 </tr> 1422 <tr> 1423 <td class="left">Accept-Language</td> 1424 <td class="left"><a href="#header.accept-language" id="rfc.xref.header.accept-language.1" title="Accept-Language">Section 11.4</a></td> 1425 </tr> 1426 </tbody> 1427 </table> 1428 </div> 1429 <h2 id="rfc.section.5.4"><a href="#rfc.section.5.4">5.4</a> <a id="request.auth" href="#request.auth">Authentication</a></h2> 1430 <div id="rfc.table.u.6"> 1431 <table class="tt full left" cellpadding="3" cellspacing="0"> 1432 <thead> 1433 <tr> 1434 <th>Header Field Name</th> 1435 <th>Defined in...</th> 1436 </tr> 1437 </thead> 1438 <tbody> 1439 <tr> 1440 <td class="left">Authorization</td> 1441 <td class="left"><a href="p7-auth.html#header.authorization" title="Authorization">Section 4.1</a> of <a href="#Part7" id="rfc.xref.Part7.1"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td> 1442 </tr> 1443 <tr> 1444 <td class="left">Proxy-Authorization</td> 1445 <td class="left"><a href="p7-auth.html#header.proxy-authorization" title="Proxy-Authorization">Section 4.3</a> of <a href="#Part7" id="rfc.xref.Part7.2"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a></td> 1446 </tr> 1447 </tbody> 1448 </table> 1449 </div> 1450 <h2 id="rfc.section.5.5"><a href="#rfc.section.5.5">5.5</a> <a id="request.inform" href="#request.inform">Information</a></h2> 1451 <div id="rfc.table.u.7"> 1452 <table class="tt full left" cellpadding="3" cellspacing="0"> 1453 <thead> 1454 <tr> 1455 <th>Header Field Name</th> 1456 <th>Defined in...</th> 1457 </tr> 1458 </thead> 1459 <tbody> 1460 <tr> 1461 <td class="left">From</td> 1462 <td class="left"><a href="#header.from" id="rfc.xref.header.from.1" title="From">Section 11.12</a></td> 1463 </tr> 1464 <tr> 1465 <td class="left">Referer</td> 1466 <td class="left"><a href="#header.referer" id="rfc.xref.header.referer.1" title="Referer">Section 11.15</a></td> 1467 </tr> 1468 <tr> 1469 <td class="left">TE</td> 1470 <td class="left"><a href="p1-messaging.html#header.te" title="TE">Section 4.3</a> of <a href="#Part1" id="rfc.xref.Part1.14"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a></td> 1471 </tr> 1472 <tr> 1473 <td class="left">User-Agent</td> 1474 <td class="left"><a href="#header.user-agent" id="rfc.xref.header.user-agent.1" title="User-Agent">Section 11.18</a></td> 1475 </tr> 1476 </tbody> 1477 </table> 1478 </div> 1429 1479 <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a> <a id="status.codes" href="#status.codes">Response Status Codes</a></h1> 1430 1480 <p id="rfc.section.6.p.1">The status-code element is a 3-digit integer result code of the attempt to understand and satisfy the request.</p> … … 1456 1506 protocol. 1457 1507 </p> 1458 <div id="rfc.table.u. 4">1508 <div id="rfc.table.u.8"> 1459 1509 <table class="tt full left" cellpadding="3" cellspacing="0"> 1460 1510 <thead> … … 2119 2169 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.21"><cite title="HTTP/1.1, part 1: Message Routing and Syntax"">[Part1]</cite></a>). 2120 2170 </p> 2121 <div id="rfc.table.u. 5">2171 <div id="rfc.table.u.9"> 2122 2172 <table class="tt full left" cellpadding="3" cellspacing="0"> 2123 2173 <thead> … … 2399 2449 header fields". The following payload header fields are defined by HTTP/1.1: 2400 2450 </p> 2401 <div id="rfc.table.u. 6">2451 <div id="rfc.table.u.10"> 2402 2452 <table class="tt full left" cellpadding="3" cellspacing="0"> 2403 2453 <thead> … … 2581 2631 text/html;level=2;q=0.4, */*;q=0.5 2582 2632 </pre><p id="rfc.section.11.1.p.18">would cause the following values to be associated:</p> 2583 <div id="rfc.table.u. 7">2633 <div id="rfc.table.u.11"> 2584 2634 <table class="tt full left" cellpadding="3" cellspacing="0"> 2585 2635 <thead> … … 4861 4911 </li> 4862 4912 <li><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul> 4863 <li>Accept header field <a href="#rfc.xref.header.accept.1">5 </a>, <a href="#rfc.xref.header.accept.2">8.5</a>, <a href="#rfc.xref.header.accept.3">10.1</a>, <a href="#rfc.iref.a.1"><b>11.1</b></a>, <a href="#rfc.xref.header.accept.4">12.3.2</a></li>4864 <li>Accept-Charset header field <a href="#rfc.xref.header.accept-charset.1">5 </a>, <a href="#rfc.xref.header.accept-charset.2">10.1</a>, <a href="#rfc.iref.a.2"><b>11.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">12.3.2</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li>4865 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">5 </a>, <a href="#rfc.xref.header.accept-encoding.2">8.4</a>, <a href="#rfc.xref.header.accept-encoding.3">10.1</a>, <a href="#rfc.iref.a.3"><b>11.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">12.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">12.4.2</a></li>4866 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">5 </a>, <a href="#rfc.xref.header.accept-language.2">10.1</a>, <a href="#rfc.iref.a.4"><b>11.4</b></a>, <a href="#rfc.xref.header.accept-language.3">12.3.2</a></li>4913 <li>Accept header field <a href="#rfc.xref.header.accept.1">5.3</a>, <a href="#rfc.xref.header.accept.2">8.5</a>, <a href="#rfc.xref.header.accept.3">10.1</a>, <a href="#rfc.iref.a.1"><b>11.1</b></a>, <a href="#rfc.xref.header.accept.4">12.3.2</a></li> 4914 <li>Accept-Charset header field <a href="#rfc.xref.header.accept-charset.1">5.3</a>, <a href="#rfc.xref.header.accept-charset.2">10.1</a>, <a href="#rfc.iref.a.2"><b>11.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">12.3.2</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li> 4915 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">5.3</a>, <a href="#rfc.xref.header.accept-encoding.2">8.4</a>, <a href="#rfc.xref.header.accept-encoding.3">10.1</a>, <a href="#rfc.iref.a.3"><b>11.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">12.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">12.4.2</a></li> 4916 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">5.3</a>, <a href="#rfc.xref.header.accept-language.2">10.1</a>, <a href="#rfc.iref.a.4"><b>11.4</b></a>, <a href="#rfc.xref.header.accept-language.3">12.3.2</a></li> 4867 4917 <li>Allow header field <a href="#rfc.xref.header.allow.1">4.1</a>, <a href="#rfc.xref.header.allow.2">7</a>, <a href="#rfc.iref.a.5"><b>11.5</b></a>, <a href="#rfc.xref.header.allow.3">12.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4868 4918 </ul> … … 4894 4944 </li> 4895 4945 <li><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul> 4896 <li>Expect header field <a href="#rfc.xref.header.expect.1">5 </a>, <a href="#rfc.xref.header.expect.2">6.5.14</a>, <a href="#rfc.iref.e.1"><b>11.11</b></a>, <a href="#rfc.xref.header.expect.3">12.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li>4946 <li>Expect header field <a href="#rfc.xref.header.expect.1">5.1</a>, <a href="#rfc.xref.header.expect.2">6.5.14</a>, <a href="#rfc.iref.e.1"><b>11.11</b></a>, <a href="#rfc.xref.header.expect.3">12.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 4897 4947 <li>Expect Values 4898 4948 <ul> … … 4903 4953 </li> 4904 4954 <li><a id="rfc.index.F" href="#rfc.index.F"><b>F</b></a><ul> 4905 <li>From header field <a href="#rfc.xref.header.from.1">5 </a>, <a href="#rfc.iref.f.1"><b>11.12</b></a>, <a href="#rfc.xref.header.from.2">12.3.2</a></li>4955 <li>From header field <a href="#rfc.xref.header.from.1">5.5</a>, <a href="#rfc.iref.f.1"><b>11.12</b></a>, <a href="#rfc.xref.header.from.2">12.3.2</a></li> 4906 4956 </ul> 4907 4957 </li> … … 4978 5028 <li>Header Fields 4979 5029 <ul> 4980 <li>Accept <a href="#rfc.xref.header.accept.1">5 </a>, <a href="#rfc.xref.header.accept.2">8.5</a>, <a href="#rfc.xref.header.accept.3">10.1</a>, <a href="#rfc.iref.h.2"><b>11.1</b></a>, <a href="#rfc.xref.header.accept.4">12.3.2</a></li>4981 <li>Accept-Charset <a href="#rfc.xref.header.accept-charset.1">5 </a>, <a href="#rfc.xref.header.accept-charset.2">10.1</a>, <a href="#rfc.iref.h.3"><b>11.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">12.3.2</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li>4982 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">5 </a>, <a href="#rfc.xref.header.accept-encoding.2">8.4</a>, <a href="#rfc.xref.header.accept-encoding.3">10.1</a>, <a href="#rfc.iref.h.4"><b>11.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">12.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">12.4.2</a></li>4983 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">5 </a>, <a href="#rfc.xref.header.accept-language.2">10.1</a>, <a href="#rfc.iref.h.5"><b>11.4</b></a>, <a href="#rfc.xref.header.accept-language.3">12.3.2</a></li>5030 <li>Accept <a href="#rfc.xref.header.accept.1">5.3</a>, <a href="#rfc.xref.header.accept.2">8.5</a>, <a href="#rfc.xref.header.accept.3">10.1</a>, <a href="#rfc.iref.h.2"><b>11.1</b></a>, <a href="#rfc.xref.header.accept.4">12.3.2</a></li> 5031 <li>Accept-Charset <a href="#rfc.xref.header.accept-charset.1">5.3</a>, <a href="#rfc.xref.header.accept-charset.2">10.1</a>, <a href="#rfc.iref.h.3"><b>11.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">12.3.2</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li> 5032 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">5.3</a>, <a href="#rfc.xref.header.accept-encoding.2">8.4</a>, <a href="#rfc.xref.header.accept-encoding.3">10.1</a>, <a href="#rfc.iref.h.4"><b>11.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">12.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">12.4.2</a></li> 5033 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">5.3</a>, <a href="#rfc.xref.header.accept-language.2">10.1</a>, <a href="#rfc.iref.h.5"><b>11.4</b></a>, <a href="#rfc.xref.header.accept-language.3">12.3.2</a></li> 4984 5034 <li>Allow <a href="#rfc.xref.header.allow.1">4.1</a>, <a href="#rfc.xref.header.allow.2">7</a>, <a href="#rfc.iref.h.6"><b>11.5</b></a>, <a href="#rfc.xref.header.allow.3">12.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4985 5035 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">3.2</a>, <a href="#rfc.xref.header.content-encoding.2">8.4</a>, <a href="#rfc.iref.h.7"><b>11.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">12.3.2</a></li> … … 4989 5039 <li>Content-Type <a href="#rfc.xref.header.content-type.1">3.2</a>, <a href="#rfc.xref.header.content-type.2">6</a>, <a href="#rfc.xref.header.content-type.3">8.5</a>, <a href="#rfc.iref.h.10"><b>11.9</b></a>, <a href="#rfc.xref.header.content-type.4">12.3.1</a>, <a href="#rfc.xref.header.content-type.5">12.3.2</a></li> 4990 5040 <li>Date <a href="#rfc.xref.header.date.1">7</a>, <a href="#rfc.iref.h.11"><b>11.10</b></a>, <a href="#rfc.xref.header.date.2">12.3.2</a></li> 4991 <li>Expect <a href="#rfc.xref.header.expect.1">5 </a>, <a href="#rfc.xref.header.expect.2">6.5.14</a>, <a href="#rfc.iref.h.12"><b>11.11</b></a>, <a href="#rfc.xref.header.expect.3">12.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li>4992 <li>From <a href="#rfc.xref.header.from.1">5 </a>, <a href="#rfc.iref.h.13"><b>11.12</b></a>, <a href="#rfc.xref.header.from.2">12.3.2</a></li>5041 <li>Expect <a href="#rfc.xref.header.expect.1">5.1</a>, <a href="#rfc.xref.header.expect.2">6.5.14</a>, <a href="#rfc.iref.h.12"><b>11.11</b></a>, <a href="#rfc.xref.header.expect.3">12.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 5042 <li>From <a href="#rfc.xref.header.from.1">5.5</a>, <a href="#rfc.iref.h.13"><b>11.12</b></a>, <a href="#rfc.xref.header.from.2">12.3.2</a></li> 4993 5043 <li>Location <a href="#rfc.xref.header.location.1">4.3.3</a>, <a href="#rfc.xref.header.location.2">6.4</a>, <a href="#rfc.xref.header.location.3">7</a>, <a href="#rfc.iref.h.14"><b>11.13</b></a>, <a href="#rfc.xref.header.location.4">12.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li> 4994 <li>Max-Forwards <a href="#rfc.xref.header.max-forwards.1">4.3.7</a>, <a href="#rfc.xref.header.max-forwards.2">4.3.8</a>, <a href="#rfc.xref.header.max-forwards.3">5 </a>, <a href="#rfc.iref.h.15"><b>11.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">12.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li>5044 <li>Max-Forwards <a href="#rfc.xref.header.max-forwards.1">4.3.7</a>, <a href="#rfc.xref.header.max-forwards.2">4.3.8</a>, <a href="#rfc.xref.header.max-forwards.3">5.1</a>, <a href="#rfc.iref.h.15"><b>11.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">12.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 4995 5045 <li>MIME-Version <a href="#rfc.xref.mime-version.1">12.3.2</a>, <a href="#rfc.iref.h.20"><b>A.1</b></a></li> 4996 <li>Referer <a href="#rfc.xref.header.referer.1">5 </a>, <a href="#rfc.iref.h.16"><b>11.15</b></a>, <a href="#rfc.xref.header.referer.2">12.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li>5046 <li>Referer <a href="#rfc.xref.header.referer.1">5.5</a>, <a href="#rfc.iref.h.16"><b>11.15</b></a>, <a href="#rfc.xref.header.referer.2">12.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 4997 5047 <li>Retry-After <a href="#rfc.xref.header.retry-after.1">6.6.4</a>, <a href="#rfc.xref.header.retry-after.2">7</a>, <a href="#rfc.iref.h.17"><b>11.16</b></a>, <a href="#rfc.xref.header.retry-after.3">12.3.2</a></li> 4998 5048 <li>Server <a href="#rfc.xref.header.server.1">7</a>, <a href="#rfc.iref.h.18"><b>11.17</b></a>, <a href="#rfc.xref.header.server.2">12.3.2</a>, <a href="#rfc.xref.header.server.3">13.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 4999 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">5 </a>, <a href="#rfc.xref.header.user-agent.2">10.1</a>, <a href="#rfc.iref.h.19"><b>11.18</b></a>, <a href="#rfc.xref.header.user-agent.3">12.3.2</a>, <a href="#rfc.xref.header.user-agent.4">13.1</a></li>5049 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">5.5</a>, <a href="#rfc.xref.header.user-agent.2">10.1</a>, <a href="#rfc.iref.h.19"><b>11.18</b></a>, <a href="#rfc.xref.header.user-agent.3">12.3.2</a>, <a href="#rfc.xref.header.user-agent.4">13.1</a></li> 5000 5050 </ul> 5001 5051 </li> … … 5011 5061 </li> 5012 5062 <li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul> 5013 <li>Max-Forwards header field <a href="#rfc.xref.header.max-forwards.1">4.3.7</a>, <a href="#rfc.xref.header.max-forwards.2">4.3.8</a>, <a href="#rfc.xref.header.max-forwards.3">5 </a>, <a href="#rfc.iref.m.9"><b>11.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">12.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li>5063 <li>Max-Forwards header field <a href="#rfc.xref.header.max-forwards.1">4.3.7</a>, <a href="#rfc.xref.header.max-forwards.2">4.3.8</a>, <a href="#rfc.xref.header.max-forwards.3">5.1</a>, <a href="#rfc.iref.m.9"><b>11.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">12.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 5014 5064 <li>Methods 5015 5065 <ul> … … 5032 5082 </li> 5033 5083 <li><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul> 5034 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1</a>, <a href="#rfc.xref.Part1.2">1.1</a>, <a href="#rfc.xref.Part1.3">1.2</a>, <a href="#rfc.xref.Part1.4">2</a>, <a href="#rfc.xref.Part1.5">2</a>, <a href="#rfc.xref.Part1.6">2</a>, <a href="#rfc.xref.Part1.7">3</a>, <a href="#rfc.xref.Part1.8">3.1</a>, <a href="#rfc.xref.Part1.9">4.3.6</a>, <a href="#rfc.xref.Part1.10">4.3.7</a>, <a href="#rfc.xref.Part1.11">4.3.8</a>, <a href="#rfc.xref.Part1.12">4.3.8</a>, <a href="#rfc.xref.Part1.13">5 </a>, <a href="#rfc.xref.Part1.14">5</a>, <a href="#rfc.xref.Part1.15">6.2.1</a>, <a href="#rfc.xref.Part1.16">6.2.2</a>, <a href="#rfc.xref.Part1.17">6.3.4</a>, <a href="#rfc.xref.Part1.18">6.3.6</a>, <a href="#rfc.xref.Part1.19">6.5.15</a>, <a href="#rfc.xref.Part1.20">6.6.6</a>, <a href="#rfc.xref.Part1.21">7</a>, <a href="#rfc.xref.Part1.22">8.4</a>, <a href="#rfc.xref.Part1.23">8.4</a>, <a href="#rfc.xref.Part1.24">8.4</a>, <a href="#rfc.xref.Part1.25">9.1</a>, <a href="#rfc.xref.Part1.26">9.2</a>, <a href="#rfc.xref.Part1.27">11.8</a>, <a href="#rfc.xref.Part1.28">11.11</a>, <a href="#rfc.xref.Part1.29">11.17</a>, <a href="#rfc.xref.Part1.30">11.17</a>, <a href="#rfc.xref.Part1.31">11.18</a>, <a href="#rfc.xref.Part1.32">12.1.2</a>, <a href="#rfc.xref.Part1.33">12.3.1</a>, <a href="#rfc.xref.Part1.34">12.3.1</a>, <a href="#rfc.xref.Part1.35">12.3.1</a>, <a href="#rfc.xref.Part1.36">12.3.1</a>, <a href="#rfc.xref.Part1.37">12.3.1</a>, <a href="#rfc.xref.Part1.38">12.3.1</a>, <a href="#rfc.xref.Part1.39">12.4</a>, <a href="#rfc.xref.Part1.40">12.4.1</a>, <a href="#rfc.xref.Part1.41">12.4.1</a>, <a href="#rfc.xref.Part1.42">12.4.2</a>, <a href="#rfc.xref.Part1.43">12.4.2</a>, <a href="#rfc.xref.Part1.44">12.4.2</a>, <a href="#rfc.xref.Part1.45">14</a>, <a href="#Part1"><b>15.1</b></a>, <a href="#rfc.xref.Part1.46">C</a>, <a href="#rfc.xref.Part1.47">D</a>, <a href="#rfc.xref.Part1.48">D</a>, <a href="#rfc.xref.Part1.49">D</a>, <a href="#rfc.xref.Part1.50">D</a>, <a href="#rfc.xref.Part1.51">D</a>, <a href="#rfc.xref.Part1.52">D</a>, <a href="#rfc.xref.Part1.53">D</a>, <a href="#rfc.xref.Part1.54">D</a>, <a href="#rfc.xref.Part1.55">D</a>, <a href="#rfc.xref.Part1.56">D</a>, <a href="#rfc.xref.Part1.57">D</a><ul>5084 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1</a>, <a href="#rfc.xref.Part1.2">1.1</a>, <a href="#rfc.xref.Part1.3">1.2</a>, <a href="#rfc.xref.Part1.4">2</a>, <a href="#rfc.xref.Part1.5">2</a>, <a href="#rfc.xref.Part1.6">2</a>, <a href="#rfc.xref.Part1.7">3</a>, <a href="#rfc.xref.Part1.8">3.1</a>, <a href="#rfc.xref.Part1.9">4.3.6</a>, <a href="#rfc.xref.Part1.10">4.3.7</a>, <a href="#rfc.xref.Part1.11">4.3.8</a>, <a href="#rfc.xref.Part1.12">4.3.8</a>, <a href="#rfc.xref.Part1.13">5.1</a>, <a href="#rfc.xref.Part1.14">5.5</a>, <a href="#rfc.xref.Part1.15">6.2.1</a>, <a href="#rfc.xref.Part1.16">6.2.2</a>, <a href="#rfc.xref.Part1.17">6.3.4</a>, <a href="#rfc.xref.Part1.18">6.3.6</a>, <a href="#rfc.xref.Part1.19">6.5.15</a>, <a href="#rfc.xref.Part1.20">6.6.6</a>, <a href="#rfc.xref.Part1.21">7</a>, <a href="#rfc.xref.Part1.22">8.4</a>, <a href="#rfc.xref.Part1.23">8.4</a>, <a href="#rfc.xref.Part1.24">8.4</a>, <a href="#rfc.xref.Part1.25">9.1</a>, <a href="#rfc.xref.Part1.26">9.2</a>, <a href="#rfc.xref.Part1.27">11.8</a>, <a href="#rfc.xref.Part1.28">11.11</a>, <a href="#rfc.xref.Part1.29">11.17</a>, <a href="#rfc.xref.Part1.30">11.17</a>, <a href="#rfc.xref.Part1.31">11.18</a>, <a href="#rfc.xref.Part1.32">12.1.2</a>, <a href="#rfc.xref.Part1.33">12.3.1</a>, <a href="#rfc.xref.Part1.34">12.3.1</a>, <a href="#rfc.xref.Part1.35">12.3.1</a>, <a href="#rfc.xref.Part1.36">12.3.1</a>, <a href="#rfc.xref.Part1.37">12.3.1</a>, <a href="#rfc.xref.Part1.38">12.3.1</a>, <a href="#rfc.xref.Part1.39">12.4</a>, <a href="#rfc.xref.Part1.40">12.4.1</a>, <a href="#rfc.xref.Part1.41">12.4.1</a>, <a href="#rfc.xref.Part1.42">12.4.2</a>, <a href="#rfc.xref.Part1.43">12.4.2</a>, <a href="#rfc.xref.Part1.44">12.4.2</a>, <a href="#rfc.xref.Part1.45">14</a>, <a href="#Part1"><b>15.1</b></a>, <a href="#rfc.xref.Part1.46">C</a>, <a href="#rfc.xref.Part1.47">D</a>, <a href="#rfc.xref.Part1.48">D</a>, <a href="#rfc.xref.Part1.49">D</a>, <a href="#rfc.xref.Part1.50">D</a>, <a href="#rfc.xref.Part1.51">D</a>, <a href="#rfc.xref.Part1.52">D</a>, <a href="#rfc.xref.Part1.53">D</a>, <a href="#rfc.xref.Part1.54">D</a>, <a href="#rfc.xref.Part1.55">D</a>, <a href="#rfc.xref.Part1.56">D</a>, <a href="#rfc.xref.Part1.57">D</a><ul> 5035 5085 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.3">1.2</a></li> 5036 5086 <li><em>Section 2.3</em> <a href="#rfc.xref.Part1.17">6.3.4</a></li> … … 5049 5099 <li><em>Section 4.2.2</em> <a href="#rfc.xref.Part1.23">8.4</a>, <a href="#rfc.xref.Part1.43">12.4.2</a></li> 5050 5100 <li><em>Section 4.2.3</em> <a href="#rfc.xref.Part1.24">8.4</a>, <a href="#rfc.xref.Part1.44">12.4.2</a></li> 5051 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.14">5 </a></li>5101 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.14">5.5</a></li> 5052 5102 <li><em>Section 5.3</em> <a href="#rfc.xref.Part1.5">2</a>, <a href="#rfc.xref.Part1.9">4.3.6</a>, <a href="#rfc.xref.Part1.10">4.3.7</a></li> 5053 <li><em>Section 5.4</em> <a href="#rfc.xref.Part1.13">5 </a></li>5103 <li><em>Section 5.4</em> <a href="#rfc.xref.Part1.13">5.1</a></li> 5054 5104 <li><em>Section 5.5</em> <a href="#rfc.xref.Part1.6">2</a>, <a href="#rfc.xref.Part1.8">3.1</a>, <a href="#rfc.xref.Part1.21">7</a>, <a href="#rfc.xref.Part1.27">11.8</a></li> 5055 5105 <li><em>Section 5.7</em> <a href="#rfc.xref.Part1.11">4.3.8</a>, <a href="#rfc.xref.Part1.30">11.17</a>, <a href="#rfc.xref.Part1.46">C</a></li> … … 5062 5112 </ul> 5063 5113 </li> 5064 <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">4.3.1</a>, <a href="#rfc.xref.Part4.4">5 </a>, <a href="#rfc.xref.Part4.5">5</a>, <a href="#rfc.xref.Part4.6">5</a>, <a href="#rfc.xref.Part4.7">5</a>, <a href="#rfc.xref.Part4.8">6.1</a>, <a href="#rfc.xref.Part4.9">6.1</a>, <a href="#rfc.xref.Part4.10">6.1</a>, <a href="#rfc.xref.Part4.11">6.3.2</a>, <a href="#rfc.xref.Part4.12">6.4</a>, <a href="#rfc.xref.Part4.13">7</a>, <a href="#Part4"><b>15.1</b></a>, <a href="#rfc.xref.Part4.14">F.2</a><ul>5114 <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">4.3.1</a>, <a href="#rfc.xref.Part4.4">5.2</a>, <a href="#rfc.xref.Part4.5">5.2</a>, <a href="#rfc.xref.Part4.6">5.2</a>, <a href="#rfc.xref.Part4.7">5.2</a>, <a href="#rfc.xref.Part4.8">6.1</a>, <a href="#rfc.xref.Part4.9">6.1</a>, <a href="#rfc.xref.Part4.10">6.1</a>, <a href="#rfc.xref.Part4.11">6.3.2</a>, <a href="#rfc.xref.Part4.12">6.4</a>, <a href="#rfc.xref.Part4.13">7</a>, <a href="#Part4"><b>15.1</b></a>, <a href="#rfc.xref.Part4.14">F.2</a><ul> 5065 5115 <li><em>Section 2.2</em> <a href="#rfc.xref.Part4.2">3.2</a></li> 5066 5116 <li><em>Section 2.3</em> <a href="#rfc.xref.Part4.1">3.2</a>, <a href="#rfc.xref.Part4.11">6.3.2</a>, <a href="#rfc.xref.Part4.13">7</a></li> 5067 <li><em>Section 3.1</em> <a href="#rfc.xref.Part4.4">5 </a></li>5068 <li><em>Section 3.2</em> <a href="#rfc.xref.Part4. 6">5</a></li>5069 <li><em>Section 3.3</em> <a href="#rfc.xref.Part4. 5">5</a></li>5070 <li><em>Section 3.4</em> <a href="#rfc.xref.Part4.7">5 </a></li>5117 <li><em>Section 3.1</em> <a href="#rfc.xref.Part4.4">5.2</a></li> 5118 <li><em>Section 3.2</em> <a href="#rfc.xref.Part4.5">5.2</a></li> 5119 <li><em>Section 3.3</em> <a href="#rfc.xref.Part4.6">5.2</a></li> 5120 <li><em>Section 3.4</em> <a href="#rfc.xref.Part4.7">5.2</a></li> 5071 5121 <li><em>Section 4</em> <a href="#rfc.xref.Part4.8">6.1</a></li> 5072 5122 <li><em>Section 4.1</em> <a href="#rfc.xref.Part4.9">6.1</a>, <a href="#rfc.xref.Part4.12">6.4</a></li> … … 5074 5124 </ul> 5075 5125 </li> 5076 <li><em>Part5</em> <a href="#rfc.xref.Part5.1">4.3.1</a>, <a href="#rfc.xref.Part5.2">4.3.1</a>, <a href="#rfc.xref.Part5.3">4.3.4</a>, <a href="#rfc.xref.Part5.4">5 </a>, <a href="#rfc.xref.Part5.5">5</a>, <a href="#rfc.xref.Part5.6">6.1</a>, <a href="#rfc.xref.Part5.7">6.1</a>, <a href="#rfc.xref.Part5.8">6.1</a>, <a href="#rfc.xref.Part5.9">7</a>, <a href="#rfc.xref.Part5.10">9.1</a>, <a href="#Part5"><b>15.1</b></a><ul>5126 <li><em>Part5</em> <a href="#rfc.xref.Part5.1">4.3.1</a>, <a href="#rfc.xref.Part5.2">4.3.1</a>, <a href="#rfc.xref.Part5.3">4.3.4</a>, <a href="#rfc.xref.Part5.4">5.1</a>, <a href="#rfc.xref.Part5.5">5.2</a>, <a href="#rfc.xref.Part5.6">6.1</a>, <a href="#rfc.xref.Part5.7">6.1</a>, <a href="#rfc.xref.Part5.8">6.1</a>, <a href="#rfc.xref.Part5.9">7</a>, <a href="#rfc.xref.Part5.10">9.1</a>, <a href="#Part5"><b>15.1</b></a><ul> 5077 5127 <li><em>Section 3</em> <a href="#rfc.xref.Part5.6">6.1</a></li> 5078 5128 <li><em>Section 3.1</em> <a href="#rfc.xref.Part5.7">6.1</a></li> … … 5080 5130 <li><em>Section 5.1</em> <a href="#rfc.xref.Part5.9">7</a></li> 5081 5131 <li><em>Section 5.2</em> <a href="#rfc.xref.Part5.3">4.3.4</a>, <a href="#rfc.xref.Part5.10">9.1</a></li> 5082 <li><em>Section 5.3</em> <a href="#rfc.xref.Part5. 4">5</a></li>5083 <li><em>Section 5.4</em> <a href="#rfc.xref.Part5.2">4.3.1</a>, <a href="#rfc.xref.Part5. 5">5</a></li>5132 <li><em>Section 5.3</em> <a href="#rfc.xref.Part5.5">5.2</a></li> 5133 <li><em>Section 5.4</em> <a href="#rfc.xref.Part5.2">4.3.1</a>, <a href="#rfc.xref.Part5.4">5.1</a></li> 5084 5134 </ul> 5085 5135 </li> … … 5096 5146 </ul> 5097 5147 </li> 5098 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">5 </a>, <a href="#rfc.xref.Part7.2">5</a>, <a href="#rfc.xref.Part7.3">6.1</a>, <a href="#rfc.xref.Part7.4">6.1</a>, <a href="#rfc.xref.Part7.5">6.1</a>, <a href="#rfc.xref.Part7.6">7</a>, <a href="#rfc.xref.Part7.7">7</a>, <a href="#Part7"><b>15.1</b></a><ul>5148 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">5.4</a>, <a href="#rfc.xref.Part7.2">5.4</a>, <a href="#rfc.xref.Part7.3">6.1</a>, <a href="#rfc.xref.Part7.4">6.1</a>, <a href="#rfc.xref.Part7.5">6.1</a>, <a href="#rfc.xref.Part7.6">7</a>, <a href="#rfc.xref.Part7.7">7</a>, <a href="#Part7"><b>15.1</b></a><ul> 5099 5149 <li><em>Section 3</em> <a href="#rfc.xref.Part7.3">6.1</a></li> 5100 5150 <li><em>Section 3.1</em> <a href="#rfc.xref.Part7.4">6.1</a></li> 5101 5151 <li><em>Section 3.2</em> <a href="#rfc.xref.Part7.5">6.1</a></li> 5102 <li><em>Section 4.1</em> <a href="#rfc.xref.Part7.1">5 </a></li>5152 <li><em>Section 4.1</em> <a href="#rfc.xref.Part7.1">5.4</a></li> 5103 5153 <li><em>Section 4.2</em> <a href="#rfc.xref.Part7.6">7</a></li> 5104 <li><em>Section 4.3</em> <a href="#rfc.xref.Part7.2">5 </a></li>5154 <li><em>Section 4.3</em> <a href="#rfc.xref.Part7.2">5.4</a></li> 5105 5155 <li><em>Section 4.4</em> <a href="#rfc.xref.Part7.7">7</a></li> 5106 5156 </ul> … … 5112 5162 </li> 5113 5163 <li><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul> 5114 <li>Referer header field <a href="#rfc.xref.header.referer.1">5 </a>, <a href="#rfc.iref.r.2"><b>11.15</b></a>, <a href="#rfc.xref.header.referer.2">12.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li>5164 <li>Referer header field <a href="#rfc.xref.header.referer.1">5.5</a>, <a href="#rfc.iref.r.2"><b>11.15</b></a>, <a href="#rfc.xref.header.referer.2">12.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 5115 5165 <li>representation <a href="#rfc.iref.r.1">3</a></li> 5116 5166 <li><em>REST</em> <a href="#rfc.xref.REST.1">4.1</a>, <a href="#REST"><b>15.2</b></a></li> … … 5263 5313 </li> 5264 5314 <li><a id="rfc.index.U" href="#rfc.index.U"><b>U</b></a><ul> 5265 <li>User-Agent header field <a href="#rfc.xref.header.user-agent.1">5 </a>, <a href="#rfc.xref.header.user-agent.2">10.1</a>, <a href="#rfc.iref.u.1"><b>11.18</b></a>, <a href="#rfc.xref.header.user-agent.3">12.3.2</a>, <a href="#rfc.xref.header.user-agent.4">13.1</a></li>5315 <li>User-Agent header field <a href="#rfc.xref.header.user-agent.1">5.5</a>, <a href="#rfc.xref.header.user-agent.2">10.1</a>, <a href="#rfc.iref.u.1"><b>11.18</b></a>, <a href="#rfc.xref.header.user-agent.3">12.3.2</a>, <a href="#rfc.xref.header.user-agent.4">13.1</a></li> 5266 5316 </ul> 5267 5317 </li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1851 r1852 1141 1141 invocation. 1142 1142 </t> 1143 <section title="Controls" anchor="request.controls"> 1144 <texttable align="left"> 1145 <ttcol>Header Field Name</ttcol> 1146 <ttcol>Defined in...</ttcol> 1147 1148 <c>Host</c> <c>&header-host;</c> 1149 <c>Max-Forwards</c> <c><xref target="header.max-forwards"/></c> 1150 <c>Expect</c> <c><xref target="header.expect"/></c> 1151 <c>Range</c> <c>&header-range;</c> 1152 </texttable> 1153 </section> 1154 1155 <section title="Conditionals" anchor="request.conditionals"> 1156 <texttable align="left"> 1157 <ttcol>Header Field Name</ttcol> 1158 <ttcol>Defined in...</ttcol> 1159 1160 <c>If-Match</c> <c>&header-if-match;</c> 1161 <c>If-None-Match</c> <c>&header-if-none-match;</c> 1162 <c>If-Modified-Since</c> <c>&header-if-modified-since;</c> 1163 <c>If-Unmodified-Since</c> <c>&header-if-unmodified-since;</c> 1164 <c>If-Range</c> <c>&header-if-range;</c> 1165 </texttable> 1166 </section> 1167 1168 <section title="Content Negotiation" anchor="request.conneg"> 1143 1169 <texttable align="left"> 1144 1170 <ttcol>Header Field Name</ttcol> … … 1149 1175 <c>Accept-Encoding</c> <c>&header-accept-encoding;</c> 1150 1176 <c>Accept-Language</c> <c>&header-accept-language;</c> 1177 </texttable> 1178 </section> 1179 1180 <section title="Authentication" anchor="request.auth"> 1181 <texttable align="left"> 1182 <ttcol>Header Field Name</ttcol> 1183 <ttcol>Defined in...</ttcol> 1184 1151 1185 <c>Authorization</c> <c>&header-authorization;</c> 1152 <c>Expect</c> <c><xref target="header.expect"/></c> 1186 <c>Proxy-Authorization</c> <c>&header-proxy-authorization;</c> 1187 </texttable> 1188 </section> 1189 1190 <section title="Information" anchor="request.inform"> 1191 <texttable align="left"> 1192 <ttcol>Header Field Name</ttcol> 1193 <ttcol>Defined in...</ttcol> 1194 1153 1195 <c>From</c> <c><xref target="header.from"/></c> 1154 <c>Host</c> <c>&header-host;</c>1155 <c>If-Match</c> <c>&header-if-match;</c>1156 <c>If-Modified-Since</c> <c>&header-if-modified-since;</c>1157 <c>If-None-Match</c> <c>&header-if-none-match;</c>1158 <c>If-Range</c> <c>&header-if-range;</c>1159 <c>If-Unmodified-Since</c> <c>&header-if-unmodified-since;</c>1160 <c>Max-Forwards</c> <c><xref target="header.max-forwards"/></c>1161 <c>Proxy-Authorization</c> <c>&header-proxy-authorization;</c>1162 <c>Range</c> <c>&header-range;</c>1163 1196 <c>Referer</c> <c><xref target="header.referer"/></c> 1164 1197 <c>TE</c> <c>&header-te;</c> 1165 1198 <c>User-Agent</c> <c><xref target="header.user-agent"/></c> 1166 1199 </texttable> 1167 1168 <section title="Controls" anchor="request.controls">1169 </section>1170 1171 <section title="Conditionals" anchor="request.conditionals">1172 </section>1173 1174 <section title="Content Negotiation" anchor="request.conneg">1175 </section>1176 1177 <section title="Information" anchor="request.inform">1178 1200 </section> 1179 1201 </section>
Note: See TracChangeset
for help on using the changeset viewer.