Changeset 1894 for draft-ietf-httpbis/latest
- Timestamp:
- 15/09/12 08:06:47 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/extract-header-defs.xslt
r1506 r1894 16 16 <ttcol>Reference</ttcol> 17 17 <xsl:text> </xsl:text> 18 <xsl:apply-templates select="//section[iref[ @item='Header Fields'and @primary='true']]">19 <xsl:sort select="iref[ @item='Header Fields']/@subitem"/>18 <xsl:apply-templates select="//section[iref[contains(@item,' header field') and @primary='true']]"> 19 <xsl:sort select="iref[contains(@item,' header field') and @primary='true']/@item"/> 20 20 </xsl:apply-templates> 21 21 </texttable> … … 76 76 77 77 <xsl:template match="section"> 78 <xsl:variable name="t" select="iref[contains(@item,'header field')]/@item"/> 78 79 <xsl:text> </xsl:text> 79 <c><xsl:value-of select=" iref[@item='Header Fields']/@subitem"/></c>80 <c><xsl:value-of select="substring-before($t,' header field')"/></c> 80 81 <c>http</c> 81 82 <c>standard</c> -
draft-ietf-httpbis/latest/p0-introduction.html
r1873 r1894 393 393 } 394 394 @bottom-center { 395 content: "Expires March 1 3, 2013";395 content: "Expires March 19, 2013"; 396 396 } 397 397 @bottom-right { … … 426 426 <meta name="dct.creator" content="Reschke, J. F."> 427 427 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p0-introduction-latest"> 428 <meta name="dct.issued" scheme="ISO8601" content="2012-09- 09">428 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 429 429 <meta name="dct.abstract" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> 430 430 <meta name="description" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> … … 446 446 </tr> 447 447 <tr> 448 <td class="left">Expires: March 1 3, 2013</td>448 <td class="left">Expires: March 19, 2013</td> 449 449 <td class="right">W3C</td> 450 450 </tr> … … 463 463 <tr> 464 464 <td class="left"></td> 465 <td class="right">September 9, 2012</td>465 <td class="right">September 15, 2012</td> 466 466 </tr> 467 467 </tbody> … … 486 486 in progress”. 487 487 </p> 488 <p>This Internet-Draft will expire on March 1 3, 2013.</p>488 <p>This Internet-Draft will expire on March 19, 2013.</p> 489 489 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 490 490 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p1-messaging.html
r1891 r1894 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 7, 2013";451 content: "Expires March 19, 2013"; 452 452 } 453 453 @bottom-right { … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 3">494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: March 1 7, 2013</td>526 <td class="left">Expires: March 19, 2013</td> 527 527 <td class="right">greenbytes</td> 528 528 </tr> 529 529 <tr> 530 530 <td class="left"></td> 531 <td class="right">September 1 3, 2012</td>531 <td class="right">September 15, 2012</td> 532 532 </tr> 533 533 </tbody> … … 556 556 in progress”. 557 557 </p> 558 <p>This Internet-Draft will expire on March 1 7, 2013.</p>558 <p>This Internet-Draft will expire on March 19, 2013.</p> 559 559 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 560 560 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1360 1360 </p> 1361 1361 <div id="rfc.iref.t.4"></div> 1362 <div id="rfc.iref.h.6"></div>1363 1362 <h3 id="rfc.section.3.3.1"><a href="#rfc.section.3.3.1">3.3.1</a> <a id="header.transfer-encoding" href="#header.transfer-encoding">Transfer-Encoding</a></h3> 1364 1363 <p id="rfc.section.3.3.1.p.1">When one or more transfer codings are applied to a payload body in order to form the message body, a Transfer-Encoding header … … 1396 1395 </p> 1397 1396 <div id="rfc.iref.c.6"></div> 1398 <div id="rfc.iref.h.7"></div>1399 1397 <h3 id="rfc.section.3.3.2"><a href="#rfc.section.3.3.2">3.3.2</a> <a id="header.content-length" href="#header.content-length">Content-Length</a></h3> 1400 1398 <p id="rfc.section.3.3.2.p.1">When a message does not have a <a href="#header.transfer-encoding" class="smpl">Transfer-Encoding</a> header field and the payload body length can be determined prior to being transferred, a Content-Length header field <em class="bcp14">SHOULD</em> be sent to indicate the length of the payload body that is either present as the message body, for requests and non-HEAD responses … … 1570 1568 </p> 1571 1569 <div id="rfc.iref.t.5"></div> 1572 <div id="rfc.iref.h.8"></div>1573 1570 <h3 id="rfc.section.4.1.1"><a href="#rfc.section.4.1.1">4.1.1</a> <a id="header.trailer" href="#header.trailer">Trailer</a></h3> 1574 1571 <p id="rfc.section.4.1.1.p.1">A trailer allows the sender to include additional fields at the end of a chunked message in order to supply metadata that … … 1640 1637 </p> 1641 1638 <div id="rfc.iref.t.6"></div> 1642 <div id="rfc.iref.h.9"></div>1643 1639 <h2 id="rfc.section.4.3"><a href="#rfc.section.4.3">4.3</a> <a id="header.te" href="#header.te">TE</a></h2> 1644 1640 <p id="rfc.section.4.3.p.1">The "TE" header field in a request indicates what transfer-codings, besides "chunked", the client is willing to accept in … … 1763 1759 Host: www.example.org:8001 1764 1760 </pre> <p>after connecting to port 8001 of host "www.example.org".</p> 1765 <div id="rfc.iref.h.10"></div> 1766 <div id="rfc.iref.h.11"></div> 1761 <div id="rfc.iref.h.6"></div> 1767 1762 <h2 id="rfc.section.5.4"><a href="#rfc.section.5.4">5.4</a> <a id="header.host" href="#header.host">Host</a></h2> 1768 1763 <p id="rfc.section.5.4.p.1">The "Host" header field in a request provides the host and port information from the target URI, enabling the origin server … … 1840 1835 </p> 1841 1836 <div id="rfc.iref.v.1"></div> 1842 <div id="rfc.iref.h.12"></div>1843 1837 <h2 id="rfc.section.5.7"><a href="#rfc.section.5.7">5.7</a> <a id="header.via" href="#header.via">Via</a></h2> 1844 1838 <p id="rfc.section.5.7.p.1">The "Via" header field <em class="bcp14">MUST</em> be sent by a proxy or gateway in forwarded messages to indicate the intermediate protocols and recipients between the user … … 1949 1943 </p> 1950 1944 <div id="rfc.iref.c.13"></div> 1951 <div id="rfc.iref.h.13"></div>1952 1945 <div id="rfc.iref.c.14"></div> 1953 1946 <h2 id="rfc.section.6.1"><a href="#rfc.section.6.1">6.1</a> <a id="header.connection" href="#header.connection">Connection</a></h2> … … 2119 2112 <p id="rfc.section.6.2.5.p.8">It is unknown whether the reset problem is exclusive to TCP or might also be found in other transport connection protocols.</p> 2120 2113 <div id="rfc.iref.u.5"></div> 2121 <div id="rfc.iref.h.14"></div>2122 2114 <h2 id="rfc.section.6.3"><a href="#rfc.section.6.3">6.3</a> <a id="header.upgrade" href="#header.upgrade">Upgrade</a></h2> 2123 2115 <p id="rfc.section.6.3.p.1">The "Upgrade" header field is intended to provide a simple mechanism for transitioning from HTTP/1.1 to some other protocol … … 3608 3600 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul> 3609 3601 <li>header field <a href="#rfc.iref.h.5">3</a></li> 3610 <li>Header Fields 3611 <ul>3612 <li>Connection <a href="#rfc.xref.header.connection.1">2.3</a>, <a href="#rfc.xref.header.connection.2">2.6</a>, <a href="#rfc.xref.header.connection.3">3.2</a>, <a href="#rfc.xref.header.connection.4">4.3</a>, <a href="#rfc.xref.header.connection.5">5.6</a>, <a href="#rfc.iref.h.13"><b>6.1</b></a>, <a href="#rfc.xref.header.connection.6">6.2.5</a>, <a href="#rfc.xref.header.connection.7">6.3</a>, <a href="#rfc.xref.header.connection.8">7.1</a>, <a href="#rfc.xref.header.connection.9">7.1</a>, <a href="#rfc.xref.header.connection.10">A.2</a></li>3613 <li>Content-Length <a href="#rfc.iref.h.7"><b>3.3.2</b></a>, <a href="#rfc.xref.header.content-length.1">7.1</a></li>3614 <li>Host <a href="#rfc.xref.header.host.1">5.3</a>, <a href="#rfc.iref.h.11"><b>5.4</b></a>, <a href="#rfc.xref.header.host.2">7.1</a>, <a href="#rfc.xref.header.host.3">A.1.1</a></li>3615 <li>TE <a href="#rfc.xref.header.te.1">4</a>, <a href="#rfc.xref.header.te.2">4.1.1</a>, <a href="#rfc.iref.h.9"><b>4.3</b></a>, <a href="#rfc.xref.header.te.3">7.1</a></li>3616 <li>Trailer <a href="#rfc.iref.h.8"><b>4.1.1</b></a>, <a href="#rfc.xref.header.trailer.1">7.1</a></li>3617 <li>Transfer-Encoding <a href="#rfc.xref.header.transfer-encoding.1">3.3</a>, <a href="#rfc.iref.h.6"><b>3.3.1</b></a>, <a href="#rfc.xref.header.transfer-encoding.2">4</a>, <a href="#rfc.xref.header.transfer-encoding.3">7.1</a>, <a href="#rfc.xref.header.transfer-encoding.4">A.1.3</a></li>3618 <li>Upgrade <a href="#rfc.iref.h.14"><b>6.3</b></a>, <a href="#rfc.xref.header.upgrade.1">7.1</a>, <a href="#rfc.xref.header.upgrade.2">A.2</a></li>3619 <li>Via <a href="#rfc.xref.header.via.1">2.3</a>, <a href="#rfc.iref.h.12"><b>5.7</b></a>, <a href="#rfc.xref.header.via.2">7.1</a></li>3620 </ul>3621 </li>3622 3602 <li>header section <a href="#rfc.iref.h.3">3</a></li> 3623 3603 <li>headers <a href="#rfc.iref.h.4">3</a></li> 3624 <li>Host header field <a href="#rfc.xref.header.host.1">5.3</a>, <a href="#rfc.iref.h. 10"><b>5.4</b></a>, <a href="#rfc.xref.header.host.2">7.1</a>, <a href="#rfc.xref.header.host.3">A.1.1</a></li>3604 <li>Host header field <a href="#rfc.xref.header.host.1">5.3</a>, <a href="#rfc.iref.h.6"><b>5.4</b></a>, <a href="#rfc.xref.header.host.2">7.1</a>, <a href="#rfc.xref.header.host.3">A.1.1</a></li> 3625 3605 <li>http URI scheme <a href="#rfc.iref.h.1"><b>2.7.1</b></a></li> 3626 3606 <li>https URI scheme <a href="#rfc.iref.h.2">2.7.2</a></li> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1891 r1894 1475 1475 <section title="Transfer-Encoding" anchor="header.transfer-encoding"> 1476 1476 <iref primary="true" item="Transfer-Encoding header field" x:for-anchor=""/> 1477 <iref primary="true" item="Header Fields" subitem="Transfer-Encoding" x:for-anchor=""/>1478 1477 <x:anchor-alias value="Transfer-Encoding"/> 1479 1478 <t> … … 1563 1562 <section title="Content-Length" anchor="header.content-length"> 1564 1563 <iref primary="true" item="Content-Length header field" x:for-anchor=""/> 1565 <iref primary="true" item="Header Fields" subitem="Content-Length" x:for-anchor=""/>1566 1564 <x:anchor-alias value="Content-Length"/> 1567 1565 <t> … … 1909 1907 <section title="Trailer" anchor="header.trailer"> 1910 1908 <iref primary="true" item="Trailer header field" x:for-anchor=""/> 1911 <iref primary="true" item="Header Fields" subitem="Trailer" x:for-anchor=""/>1912 1909 <x:anchor-alias value="Trailer"/> 1913 1910 <t> … … 2039 2036 <section title="TE" anchor="header.te"> 2040 2037 <iref primary="true" item="TE header field" x:for-anchor=""/> 2041 <iref primary="true" item="Header Fields" subitem="TE" x:for-anchor=""/>2042 2038 <x:anchor-alias value="TE"/> 2043 2039 <x:anchor-alias value="t-codings"/> … … 2292 2288 <section title="Host" anchor="header.host"> 2293 2289 <iref primary="true" item="Host header field" x:for-anchor=""/> 2294 <iref primary="true" item="Header Fields" subitem="Host" x:for-anchor=""/>2295 2290 <x:anchor-alias value="Host"/> 2296 2291 <t> … … 2469 2464 <section title="Via" anchor="header.via"> 2470 2465 <iref primary="true" item="Via header field" x:for-anchor=""/> 2471 <iref primary="true" item="Header Fields" subitem="Via" x:for-anchor=""/>2472 2466 <x:anchor-alias value="pseudonym"/> 2473 2467 <x:anchor-alias value="received-by"/> … … 2681 2675 <section title="Connection" anchor="header.connection"> 2682 2676 <iref primary="true" item="Connection header field" x:for-anchor=""/> 2683 <iref primary="true" item="Header Fields" subitem="Connection" x:for-anchor=""/>2684 2677 <iref primary="true" item="close" x:for-anchor=""/> 2685 2678 <x:anchor-alias value="Connection"/> … … 3056 3049 <section title="Upgrade" anchor="header.upgrade"> 3057 3050 <iref primary="true" item="Upgrade header field" x:for-anchor=""/> 3058 <iref primary="true" item="Header Fields" subitem="Upgrade" x:for-anchor=""/>3059 3051 <x:anchor-alias value="Upgrade"/> 3060 3052 <x:anchor-alias value="protocol"/> -
draft-ietf-httpbis/latest/p2-semantics.html
r1892 r1894 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 8, 2013";451 content: "Expires March 19, 2013"; 452 452 } 453 453 @bottom-right { … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 4">500 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <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."> … … 529 529 </tr> 530 530 <tr> 531 <td class="left">Expires: March 1 8, 2013</td>531 <td class="left">Expires: March 19, 2013</td> 532 532 <td class="right">greenbytes</td> 533 533 </tr> 534 534 <tr> 535 535 <td class="left"></td> 536 <td class="right">September 1 4, 2012</td>536 <td class="right">September 15, 2012</td> 537 537 </tr> 538 538 </tbody> … … 561 561 in progress”. 562 562 </p> 563 <p>This Internet-Draft will expire on March 1 8, 2013.</p>563 <p>This Internet-Draft will expire on March 19, 2013.</p> 564 564 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 565 565 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 961 961 </div> 962 962 <div id="rfc.iref.c.2"></div> 963 <div id="rfc.iref.h.1"></div>964 963 <h3 id="rfc.section.3.2.1"><a href="#rfc.section.3.2.1">3.2.1</a> <a id="header.content-type" href="#header.content-type">Content-Type</a></h3> 965 964 <p id="rfc.section.3.2.1.p.1">The "Content-Type" header field indicates the media type of the representation. In the case of responses to the HEAD method, … … 973 972 </p> 974 973 <div id="rfc.iref.c.3"></div> 975 <div id="rfc.iref.h.2"></div>976 974 <h3 id="rfc.section.3.2.2"><a href="#rfc.section.3.2.2">3.2.2</a> <a id="header.content-encoding" href="#header.content-encoding">Content-Encoding</a></h3> 977 975 <p id="rfc.section.3.2.2.p.1">The "Content-Encoding" header field indicates what content-codings have been applied to the representation beyond those inherent … … 1001 999 </p> 1002 1000 <div id="rfc.iref.c.4"></div> 1003 <div id="rfc.iref.h.3"></div>1004 1001 <h3 id="rfc.section.3.2.3"><a href="#rfc.section.3.2.3">3.2.3</a> <a id="header.content-language" href="#header.content-language">Content-Language</a></h3> 1005 1002 <p id="rfc.section.3.2.3.p.1">The "Content-Language" header field describes the natural language(s) of the intended audience for the representation. Note … … 1027 1024 </p> 1028 1025 <div id="rfc.iref.c.5"></div> 1029 <div id="rfc.iref.h.4"></div>1030 1026 <h3 id="rfc.section.3.2.4"><a href="#rfc.section.3.2.4">3.2.4</a> <a id="header.content-location" href="#header.content-location">Content-Location</a></h3> 1031 1027 <p id="rfc.section.3.2.4.p.1">The "Content-Location" header field supplies a URI that can be used as a specific identifier for the representation in this … … 1391 1387 </p> 1392 1388 <h3 id="rfc.section.5.3.2"><a href="#rfc.section.5.3.2">5.3.2</a> <a id="HEAD" href="#HEAD">HEAD</a></h3> 1393 <div id="rfc.iref.h. 5"></div>1389 <div id="rfc.iref.h.1"></div> 1394 1390 <div id="rfc.iref.m.2"></div> 1395 1391 <p id="rfc.section.5.3.2.p.1">The HEAD method is identical to GET except that the server <em class="bcp14">MUST NOT</em> return a message body in the response. The metadata contained in the HTTP header fields in response to a HEAD request <em class="bcp14">SHOULD</em> be identical to the information sent in response to a GET request. This method can be used for obtaining metadata about the … … 1619 1615 </div> 1620 1616 <div id="rfc.iref.m.9"></div> 1621 <div id="rfc.iref.h.6"></div>1622 1617 <h3 id="rfc.section.6.1.1"><a href="#rfc.section.6.1.1">6.1.1</a> <a id="header.max-forwards" href="#header.max-forwards">Max-Forwards</a></h3> 1623 1618 <p id="rfc.section.6.1.1.p.1">The "Max-Forwards" header field provides a mechanism with the TRACE (<a href="#TRACE" id="rfc.xref.TRACE.2" title="TRACE">Section 5.3.8</a>) and OPTIONS (<a href="#OPTIONS" id="rfc.xref.OPTIONS.2" title="OPTIONS">Section 5.3.7</a>) methods to limit the number of times that the request is forwarded by proxies. This can be useful when the client is attempting … … 1631 1626 </p> 1632 1627 <div id="rfc.iref.e.1"></div> 1633 <div id="rfc.iref.h.7"></div>1634 1628 <h3 id="rfc.section.6.1.2"><a href="#rfc.section.6.1.2">6.1.2</a> <a id="header.expect" href="#header.expect">Expect</a></h3> 1635 1629 <p id="rfc.section.6.1.2.p.1">The "Expect" header field is used to indicate that particular server behaviors are required by the client.</p> … … 1646 1640 </p> 1647 1641 <p id="rfc.section.6.1.2.p.4">The only expectation defined by this specification is:</p> 1648 <p id="rfc.section.6.1.2.p.5"><span id="rfc.iref.4 6"></span><span id="rfc.iref.e.2"></span> 100-continue1642 <p id="rfc.section.6.1.2.p.5"><span id="rfc.iref.40"></span><span id="rfc.iref.e.2"></span> 100-continue 1649 1643 </p> 1650 1644 <ul class="empty"> … … 1787 1781 </p> 1788 1782 <div id="rfc.iref.a.1"></div> 1789 <div id="rfc.iref.h.8"></div>1790 1783 <h3 id="rfc.section.6.3.2"><a href="#rfc.section.6.3.2">6.3.2</a> <a id="header.accept" href="#header.accept">Accept</a></h3> 1791 1784 <p id="rfc.section.6.3.2.p.1">The "Accept" header field can be used by user agents to specify response media types that are acceptable. Accept header fields … … 1885 1878 </p> 1886 1879 <div id="rfc.iref.a.2"></div> 1887 <div id="rfc.iref.h.9"></div>1888 1880 <h3 id="rfc.section.6.3.3"><a href="#rfc.section.6.3.3">6.3.3</a> <a id="header.accept-charset" href="#header.accept-charset">Accept-Charset</a></h3> 1889 1881 <p id="rfc.section.6.3.3.p.1">The "Accept-Charset" header field can be used by user agents to indicate what character encodings are acceptable in a response … … 1904 1896 </p> 1905 1897 <div id="rfc.iref.a.3"></div> 1906 <div id="rfc.iref.h.10"></div>1907 1898 <h3 id="rfc.section.6.3.4"><a href="#rfc.section.6.3.4">6.3.4</a> <a id="header.accept-encoding" href="#header.accept-encoding">Accept-Encoding</a></h3> 1908 1899 <p id="rfc.section.6.3.4.p.1">The "Accept-Encoding" header field can be used by user agents to indicate what response content-codings (<a href="#content.codings" title="Content Codings">Section 9.4</a>) are acceptable in the response. An "identity" token is used as a synonym for "no encoding" in order to communicate when … … 1945 1936 </div> 1946 1937 <div id="rfc.iref.a.4"></div> 1947 <div id="rfc.iref.h.11"></div>1948 1938 <h3 id="rfc.section.6.3.5"><a href="#rfc.section.6.3.5">6.3.5</a> <a id="header.accept-language" href="#header.accept-language">Accept-Language</a></h3> 1949 1939 <p id="rfc.section.6.3.5.p.1">The "Accept-Language" header field can be used by user agents to indicate the set of natural languages that are preferred … … 2029 2019 </div> 2030 2020 <div id="rfc.iref.f.1"></div> 2031 <div id="rfc.iref.h.12"></div>2032 2021 <h3 id="rfc.section.6.5.1"><a href="#rfc.section.6.5.1">6.5.1</a> <a id="header.from" href="#header.from">From</a></h3> 2033 2022 <p id="rfc.section.6.5.1.p.1">The "From" header field, if given, <em class="bcp14">SHOULD</em> contain an Internet e-mail address for the human user who controls the requesting user agent. The address <em class="bcp14">SHOULD</em> be machine-usable, as defined by "mailbox" in <a href="http://tools.ietf.org/html/rfc5322#section-3.4">Section 3.4</a> of <a href="#RFC5322" id="rfc.xref.RFC5322.1"><cite title="Internet Message Format">[RFC5322]</cite></a>: … … 2050 2039 </p> 2051 2040 <div id="rfc.iref.r.2"></div> 2052 <div id="rfc.iref.h.13"></div>2053 2041 <h3 id="rfc.section.6.5.2"><a href="#rfc.section.6.5.2">6.5.2</a> <a id="header.referer" href="#header.referer">Referer</a></h3> 2054 2042 <p id="rfc.section.6.5.2.p.1">The "Referer" [sic] header field allows the client to specify the URI of the resource from which the target URI was obtained … … 2069 2057 </p> 2070 2058 <div id="rfc.iref.u.1"></div> 2071 <div id="rfc.iref.h.14"></div>2072 2059 <h3 id="rfc.section.6.5.3"><a href="#rfc.section.6.5.3">6.5.3</a> <a id="header.user-agent" href="#header.user-agent">User-Agent</a></h3> 2073 2060 <p id="rfc.section.6.5.3.p.1">The "User-Agent" header field contains information about the user agent originating the request. User agents <em class="bcp14">SHOULD</em> include this field with requests. … … 2339 2326 <p id="rfc.section.7.1.p.2">Note that this list is not exhaustive — it does not include extension status codes defined in other specifications.</p> 2340 2327 <h2 id="rfc.section.7.2"><a href="#rfc.section.7.2">7.2</a> <a id="status.1xx" href="#status.1xx">Informational 1xx</a></h2> 2341 <div id="rfc.iref. 75"></div>2328 <div id="rfc.iref.62"></div> 2342 2329 <div id="rfc.iref.s.3"></div> 2343 2330 <p id="rfc.section.7.2.p.1">This class of status code indicates a provisional response, consisting only of the status-line and optional header fields, … … 2352 2339 a request, then it need not forward the corresponding <a href="#status.100" class="smpl">100 (Continue)</a> response(s).) 2353 2340 </p> 2354 <div id="rfc.iref. 76"></div>2341 <div id="rfc.iref.63"></div> 2355 2342 <div id="rfc.iref.s.4"></div> 2356 2343 <h3 id="rfc.section.7.2.1"><a href="#rfc.section.7.2.1">7.2.1</a> <a id="status.100" href="#status.100">100 Continue</a></h3> … … 2359 2346 server <em class="bcp14">MUST</em> send a final response after the request has been completed. See <a href="#use.of.the.100.status" title="Use of the 100 (Continue) Status">Section 6.1.2.1</a> for detailed discussion of the use and handling of this status code. 2360 2347 </p> 2361 <div id="rfc.iref. 77"></div>2348 <div id="rfc.iref.64"></div> 2362 2349 <div id="rfc.iref.s.5"></div> 2363 2350 <h3 id="rfc.section.7.2.2"><a href="#rfc.section.7.2.2">7.2.2</a> <a id="status.101" href="#status.101">101 Switching Protocols</a></h3> … … 2370 2357 </p> 2371 2358 <h2 id="rfc.section.7.3"><a href="#rfc.section.7.3">7.3</a> <a id="status.2xx" href="#status.2xx">Successful 2xx</a></h2> 2372 <div id="rfc.iref. 78"></div>2359 <div id="rfc.iref.65"></div> 2373 2360 <div id="rfc.iref.s.6"></div> 2374 2361 <p id="rfc.section.7.3.p.1">This class of status code indicates that the client's request was successfully received, understood, and accepted.</p> 2375 <div id="rfc.iref. 79"></div>2362 <div id="rfc.iref.66"></div> 2376 2363 <div id="rfc.iref.s.7"></div> 2377 2364 <h3 id="rfc.section.7.3.1"><a href="#rfc.section.7.3.1">7.3.1</a> <a id="status.200" href="#status.200">200 OK</a></h3> … … 2389 2376 <p id="rfc.section.7.3.1.p.2">Caches <em class="bcp14">MAY</em> use a heuristic (see <a href="p6-cache.html#heuristic.freshness" title="Calculating Heuristic Freshness">Section 4.1.2</a> of <a href="#Part6" id="rfc.xref.Part6.8"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a>) to determine freshness for 200 responses. 2390 2377 </p> 2391 <div id="rfc.iref. 80"></div>2378 <div id="rfc.iref.67"></div> 2392 2379 <div id="rfc.iref.s.8"></div> 2393 2380 <h3 id="rfc.section.7.3.2"><a href="#rfc.section.7.3.2">7.3.2</a> <a id="status.201" href="#status.201">201 Created</a></h3> … … 2402 2389 the <a href="#header.location" class="smpl">Location</a> header field or, in case the Location header field was omitted, by the Effective Request URI (see <a href="p4-conditional.html#header.etag" title="ETag">Section 2.3</a> of <a href="#Part4" id="rfc.xref.Part4.12"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>). 2403 2390 </p> 2404 <div id="rfc.iref. 81"></div>2391 <div id="rfc.iref.68"></div> 2405 2392 <div id="rfc.iref.s.9"></div> 2406 2393 <h3 id="rfc.section.7.3.3"><a href="#rfc.section.7.3.3">7.3.3</a> <a id="status.202" href="#status.202">202 Accepted</a></h3> … … 2414 2401 user can expect the request to be fulfilled. 2415 2402 </p> 2416 <div id="rfc.iref. 82"></div>2403 <div id="rfc.iref.69"></div> 2417 2404 <div id="rfc.iref.s.10"></div> 2418 2405 <h3 id="rfc.section.7.3.4"><a href="#rfc.section.7.3.4">7.3.4</a> <a id="status.203" href="#status.203">203 Non-Authoritative Information</a></h3> … … 2424 2411 <p id="rfc.section.7.3.4.p.3">Caches <em class="bcp14">MAY</em> use a heuristic (see <a href="p6-cache.html#heuristic.freshness" title="Calculating Heuristic Freshness">Section 4.1.2</a> of <a href="#Part6" id="rfc.xref.Part6.11"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a>) to determine freshness for 203 responses. 2425 2412 </p> 2426 <div id="rfc.iref. 83"></div>2413 <div id="rfc.iref.70"></div> 2427 2414 <div id="rfc.iref.s.11"></div> 2428 2415 <h3 id="rfc.section.7.3.5"><a href="#rfc.section.7.3.5">7.3.5</a> <a id="status.204" href="#status.204">204 No Content</a></h3> … … 2445 2432 <p id="rfc.section.7.3.5.p.5">The 204 response <em class="bcp14">MUST NOT</em> include a message body, and thus is always terminated by the first empty line after the header fields. 2446 2433 </p> 2447 <div id="rfc.iref. 84"></div>2434 <div id="rfc.iref.71"></div> 2448 2435 <div id="rfc.iref.s.12"></div> 2449 2436 <h3 id="rfc.section.7.3.6"><a href="#rfc.section.7.3.6">7.3.6</a> <a id="status.205" href="#status.205">205 Reset Content</a></h3> … … 2455 2442 </p> 2456 2443 <h2 id="rfc.section.7.4"><a href="#rfc.section.7.4">7.4</a> <a id="status.3xx" href="#status.3xx">Redirection 3xx</a></h2> 2457 <div id="rfc.iref. 85"></div>2444 <div id="rfc.iref.72"></div> 2458 2445 <div id="rfc.iref.s.13"></div> 2459 2446 <p id="rfc.section.7.4.p.1">This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request. … … 2501 2488 </p> 2502 2489 </div> 2503 <div id="rfc.iref. 86"></div>2490 <div id="rfc.iref.73"></div> 2504 2491 <div id="rfc.iref.s.14"></div> 2505 2492 <h3 id="rfc.section.7.4.1"><a href="#rfc.section.7.4.1">7.4.1</a> <a id="status.300" href="#status.300">300 Multiple Choices</a></h3> … … 2516 2503 <p id="rfc.section.7.4.1.p.4">Caches <em class="bcp14">MAY</em> use a heuristic (see <a href="p6-cache.html#heuristic.freshness" title="Calculating Heuristic Freshness">Section 4.1.2</a> of <a href="#Part6" id="rfc.xref.Part6.12"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a>) to determine freshness for 300 responses. 2517 2504 </p> 2518 <div id="rfc.iref. 87"></div>2505 <div id="rfc.iref.74"></div> 2519 2506 <div id="rfc.iref.s.15"></div> 2520 2507 <h3 id="rfc.section.7.4.2"><a href="#rfc.section.7.4.2">7.4.2</a> <a id="status.301" href="#status.301">301 Moved Permanently</a></h3> … … 2530 2517 </p> 2531 2518 </div> 2532 <div id="rfc.iref. 88"></div>2519 <div id="rfc.iref.75"></div> 2533 2520 <div id="rfc.iref.s.16"></div> 2534 2521 <h3 id="rfc.section.7.4.3"><a href="#rfc.section.7.4.3">7.4.3</a> <a id="status.302" href="#status.302">302 Found</a></h3> … … 2541 2528 </p> 2542 2529 </div> 2543 <div id="rfc.iref. 89"></div>2530 <div id="rfc.iref.76"></div> 2544 2531 <div id="rfc.iref.s.17"></div> 2545 2532 <h3 id="rfc.section.7.4.4"><a href="#rfc.section.7.4.4">7.4.4</a> <a id="status.303" href="#status.303">303 See Other</a></h3> … … 2562 2549 <p id="rfc.section.7.4.4.p.4">Except for responses to a HEAD request, the representation of a 303 response <em class="bcp14">SHOULD</em> contain a short hypertext note with a hyperlink to the <a href="#header.location" class="smpl">Location</a> URI. 2563 2550 </p> 2564 <div id="rfc.iref. 90"></div>2551 <div id="rfc.iref.77"></div> 2565 2552 <div id="rfc.iref.s.18"></div> 2566 2553 <h3 id="rfc.section.7.4.5"><a href="#rfc.section.7.4.5">7.4.5</a> <a id="status.305" href="#status.305">305 Use Proxy</a></h3> 2567 2554 <p id="rfc.section.7.4.5.p.1">The 305 status code was defined in a previous version of this specification (see <a href="#changes.from.rfc.2616" title="Changes from RFC 2616">Appendix C</a>), and is now deprecated. 2568 2555 </p> 2569 <div id="rfc.iref. 91"></div>2556 <div id="rfc.iref.78"></div> 2570 2557 <div id="rfc.iref.s.19"></div> 2571 2558 <h3 id="rfc.section.7.4.6"><a href="#rfc.section.7.4.6">7.4.6</a> <a id="status.306" href="#status.306">306 (Unused)</a></h3> 2572 2559 <p id="rfc.section.7.4.6.p.1">The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved.</p> 2573 <div id="rfc.iref. 92"></div>2560 <div id="rfc.iref.79"></div> 2574 2561 <div id="rfc.iref.s.20"></div> 2575 2562 <h3 id="rfc.section.7.4.7"><a href="#rfc.section.7.4.7">7.4.7</a> <a id="status.307" href="#status.307">307 Temporary Redirect</a></h3> … … 2585 2572 </div> 2586 2573 <h2 id="rfc.section.7.5"><a href="#rfc.section.7.5">7.5</a> <a id="status.4xx" href="#status.4xx">Client Error 4xx</a></h2> 2587 <div id="rfc.iref. 93"></div>2574 <div id="rfc.iref.80"></div> 2588 2575 <div id="rfc.iref.s.21"></div> 2589 2576 <p id="rfc.section.7.5.p.1">The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD … … 2591 2578 These status codes are applicable to any request method. User agents <em class="bcp14">SHOULD</em> display any included representation to the user. 2592 2579 </p> 2593 <div id="rfc.iref. 94"></div>2580 <div id="rfc.iref.81"></div> 2594 2581 <div id="rfc.iref.s.22"></div> 2595 2582 <h3 id="rfc.section.7.5.1"><a href="#rfc.section.7.5.1">7.5.1</a> <a id="status.400" href="#status.400">400 Bad Request</a></h3> 2596 2583 <p id="rfc.section.7.5.1.p.1">The server cannot or will not process the request, due to a client error (e.g., malformed syntax).</p> 2597 <div id="rfc.iref. 95"></div>2584 <div id="rfc.iref.82"></div> 2598 2585 <div id="rfc.iref.s.23"></div> 2599 2586 <h3 id="rfc.section.7.5.2"><a href="#rfc.section.7.5.2">7.5.2</a> <a id="status.402" href="#status.402">402 Payment Required</a></h3> 2600 2587 <p id="rfc.section.7.5.2.p.1">This code is reserved for future use.</p> 2601 <div id="rfc.iref. 96"></div>2588 <div id="rfc.iref.83"></div> 2602 2589 <div id="rfc.iref.s.24"></div> 2603 2590 <h3 id="rfc.section.7.5.3"><a href="#rfc.section.7.5.3">7.5.3</a> <a id="status.403" href="#status.403">403 Forbidden</a></h3> … … 2609 2596 (Not Found)</a> <em class="bcp14">MAY</em> be used instead. 2610 2597 </p> 2611 <div id="rfc.iref. 97"></div>2598 <div id="rfc.iref.84"></div> 2612 2599 <div id="rfc.iref.s.25"></div> 2613 2600 <h3 id="rfc.section.7.5.4"><a href="#rfc.section.7.5.4">7.5.4</a> <a id="status.404" href="#status.404">404 Not Found</a></h3> … … 2617 2604 has been refused, or when no other response is applicable. 2618 2605 </p> 2619 <div id="rfc.iref. 98"></div>2606 <div id="rfc.iref.85"></div> 2620 2607 <div id="rfc.iref.s.26"></div> 2621 2608 <h3 id="rfc.section.7.5.5"><a href="#rfc.section.7.5.5">7.5.5</a> <a id="status.405" href="#status.405">405 Method Not Allowed</a></h3> 2622 2609 <p id="rfc.section.7.5.5.p.1">The method specified in the request-line is not allowed for the target resource. The response <em class="bcp14">MUST</em> include an <a href="#header.allow" class="smpl">Allow</a> header field containing a list of valid methods for the requested resource. 2623 2610 </p> 2624 <div id="rfc.iref. 99"></div>2611 <div id="rfc.iref.86"></div> 2625 2612 <div id="rfc.iref.s.27"></div> 2626 2613 <h3 id="rfc.section.7.5.6"><a href="#rfc.section.7.5.6">7.5.6</a> <a id="status.406" href="#status.406">406 Not Acceptable</a></h3> … … 2640 2627 <p id="rfc.section.7.5.6.p.4">If the response could be unacceptable, a user agent <em class="bcp14">SHOULD</em> temporarily stop receipt of more data and query the user for a decision on further actions. 2641 2628 </p> 2642 <div id="rfc.iref. 100"></div>2629 <div id="rfc.iref.87"></div> 2643 2630 <div id="rfc.iref.s.28"></div> 2644 2631 <h3 id="rfc.section.7.5.7"><a href="#rfc.section.7.5.7">7.5.7</a> <a id="status.408" href="#status.408">408 Request Timeout</a></h3> 2645 2632 <p id="rfc.section.7.5.7.p.1">The client did not produce a request within the time that the server was prepared to wait. The client <em class="bcp14">MAY</em> repeat the request without modifications at any later time. 2646 2633 </p> 2647 <div id="rfc.iref. 101"></div>2634 <div id="rfc.iref.88"></div> 2648 2635 <div id="rfc.iref.s.29"></div> 2649 2636 <h3 id="rfc.section.7.5.8"><a href="#rfc.section.7.5.8">7.5.8</a> <a id="status.409" href="#status.409">409 Conflict</a></h3> … … 2658 2645 contain a list of the differences between the two versions. 2659 2646 </p> 2660 <div id="rfc.iref. 102"></div>2647 <div id="rfc.iref.89"></div> 2661 2648 <div id="rfc.iref.s.30"></div> 2662 2649 <h3 id="rfc.section.7.5.9"><a href="#rfc.section.7.5.9">7.5.9</a> <a id="status.410" href="#status.410">410 Gone</a></h3> … … 2673 2660 <p id="rfc.section.7.5.9.p.3">Caches <em class="bcp14">MAY</em> use a heuristic (see <a href="p6-cache.html#heuristic.freshness" title="Calculating Heuristic Freshness">Section 4.1.2</a> of <a href="#Part6" id="rfc.xref.Part6.14"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a>) to determine freshness for 410 responses. 2674 2661 </p> 2675 <div id="rfc.iref. 103"></div>2662 <div id="rfc.iref.90"></div> 2676 2663 <div id="rfc.iref.s.31"></div> 2677 2664 <h3 id="rfc.section.7.5.10"><a href="#rfc.section.7.5.10">7.5.10</a> <a id="status.411" href="#status.411">411 Length Required</a></h3> … … 2679 2666 message. 2680 2667 </p> 2681 <div id="rfc.iref. 104"></div>2668 <div id="rfc.iref.91"></div> 2682 2669 <div id="rfc.iref.s.32"></div> 2683 2670 <h3 id="rfc.section.7.5.11"><a href="#rfc.section.7.5.11">7.5.11</a> <a id="status.413" href="#status.413">413 Request Representation Too Large</a></h3> … … 2687 2674 <p id="rfc.section.7.5.11.p.2">If the condition is temporary, the server <em class="bcp14">SHOULD</em> include a <a href="#header.retry-after" class="smpl">Retry-After</a> header field to indicate that it is temporary and after what time the client <em class="bcp14">MAY</em> try again. 2688 2675 </p> 2689 <div id="rfc.iref. 105"></div>2676 <div id="rfc.iref.92"></div> 2690 2677 <div id="rfc.iref.s.33"></div> 2691 2678 <h3 id="rfc.section.7.5.12"><a href="#rfc.section.7.5.12">7.5.12</a> <a id="status.414" href="#status.414">414 URI Too Long</a></h3> … … 2696 2683 in some servers using fixed-length buffers for reading or manipulating the request-target. 2697 2684 </p> 2698 <div id="rfc.iref. 106"></div>2685 <div id="rfc.iref.93"></div> 2699 2686 <div id="rfc.iref.s.34"></div> 2700 2687 <h3 id="rfc.section.7.5.13"><a href="#rfc.section.7.5.13">7.5.13</a> <a id="status.415" href="#status.415">415 Unsupported Media Type</a></h3> … … 2702 2689 on the target resource. 2703 2690 </p> 2704 <div id="rfc.iref. 107"></div>2691 <div id="rfc.iref.94"></div> 2705 2692 <div id="rfc.iref.s.35"></div> 2706 2693 <h3 id="rfc.section.7.5.14"><a href="#rfc.section.7.5.14">7.5.14</a> <a id="status.417" href="#status.417">417 Expectation Failed</a></h3> … … 2708 2695 not be met by the next-hop server. 2709 2696 </p> 2710 <div id="rfc.iref. 108"></div>2697 <div id="rfc.iref.95"></div> 2711 2698 <div id="rfc.iref.s.36"></div> 2712 2699 <h3 id="rfc.section.7.5.15"><a href="#rfc.section.7.5.15">7.5.15</a> <a id="status.426" href="#status.426">426 Upgrade Required</a></h3> … … 2725 2712 </p> 2726 2713 <h2 id="rfc.section.7.6"><a href="#rfc.section.7.6">7.6</a> <a id="status.5xx" href="#status.5xx">Server Error 5xx</a></h2> 2727 <div id="rfc.iref. 109"></div>2714 <div id="rfc.iref.96"></div> 2728 2715 <div id="rfc.iref.s.37"></div> 2729 2716 <p id="rfc.section.7.6.p.1">Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable … … 2731 2718 User agents <em class="bcp14">SHOULD</em> display any included representation to the user. These response codes are applicable to any request method. 2732 2719 </p> 2733 <div id="rfc.iref. 110"></div>2720 <div id="rfc.iref.97"></div> 2734 2721 <div id="rfc.iref.s.38"></div> 2735 2722 <h3 id="rfc.section.7.6.1"><a href="#rfc.section.7.6.1">7.6.1</a> <a id="status.500" href="#status.500">500 Internal Server Error</a></h3> 2736 2723 <p id="rfc.section.7.6.1.p.1">The server encountered an unexpected condition which prevented it from fulfilling the request.</p> 2737 <div id="rfc.iref. 111"></div>2724 <div id="rfc.iref.98"></div> 2738 2725 <div id="rfc.iref.s.39"></div> 2739 2726 <h3 id="rfc.section.7.6.2"><a href="#rfc.section.7.6.2">7.6.2</a> <a id="status.501" href="#status.501">501 Not Implemented</a></h3> … … 2741 2728 does not recognize the request method and is not capable of supporting it for any resource. 2742 2729 </p> 2743 <div id="rfc.iref. 112"></div>2730 <div id="rfc.iref.99"></div> 2744 2731 <div id="rfc.iref.s.40"></div> 2745 2732 <h3 id="rfc.section.7.6.3"><a href="#rfc.section.7.6.3">7.6.3</a> <a id="status.502" href="#status.502">502 Bad Gateway</a></h3> … … 2747 2734 to fulfill the request. 2748 2735 </p> 2749 <div id="rfc.iref.1 13"></div>2736 <div id="rfc.iref.100"></div> 2750 2737 <div id="rfc.iref.s.41"></div> 2751 2738 <h3 id="rfc.section.7.6.4"><a href="#rfc.section.7.6.4">7.6.4</a> <a id="status.503" href="#status.503">503 Service Unavailable</a></h3> … … 2760 2747 </p> 2761 2748 </div> 2762 <div id="rfc.iref.1 14"></div>2749 <div id="rfc.iref.101"></div> 2763 2750 <div id="rfc.iref.s.42"></div> 2764 2751 <h3 id="rfc.section.7.6.5"><a href="#rfc.section.7.6.5">7.6.5</a> <a id="status.504" href="#status.504">504 Gateway Timeout</a></h3> … … 2771 2758 </p> 2772 2759 </div> 2773 <div id="rfc.iref.1 15"></div>2760 <div id="rfc.iref.102"></div> 2774 2761 <div id="rfc.iref.s.43"></div> 2775 2762 <h3 id="rfc.section.7.6.6"><a href="#rfc.section.7.6.6">7.6.6</a> <a id="status.505" href="#status.505">505 HTTP Version Not Supported</a></h3> … … 2805 2792 </div> 2806 2793 <div id="rfc.iref.l.1"></div> 2807 <div id="rfc.iref.h.15"></div>2808 2794 <h3 id="rfc.section.8.1.1"><a href="#rfc.section.8.1.1">8.1.1</a> <a id="header.location" href="#header.location">Location</a></h3> 2809 2795 <p id="rfc.section.8.1.1.p.1">The "Location" header field <em class="bcp14">MAY</em> be sent in responses to refer to a specific resource in accordance with the semantics of the status code. … … 2836 2822 </div> 2837 2823 <div id="rfc.iref.r.3"></div> 2838 <div id="rfc.iref.h.16"></div>2839 2824 <h3 id="rfc.section.8.1.2"><a href="#rfc.section.8.1.2">8.1.2</a> <a id="header.retry-after" href="#header.retry-after">Retry-After</a></h3> 2840 2825 <p id="rfc.section.8.1.2.p.1">The header "Retry-After" field can be used with a <a href="#status.503" class="smpl">503 (Service … … 2878 2863 </div> 2879 2864 <div id="rfc.iref.d.2"></div> 2880 <div id="rfc.iref.h.17"></div>2881 2865 <h3 id="rfc.section.8.2.1"><a href="#rfc.section.8.2.1">8.2.1</a> <a id="header.date" href="#header.date">Date</a></h3> 2882 2866 <p id="rfc.section.8.2.1.p.1">The "Date" header field represents the date and time at which the message was originated, having the same semantics as the … … 2908 2892 </p> 2909 2893 <div id="rfc.iref.v.1"></div> 2910 <div id="rfc.iref.h.18"></div>2911 2894 <h3 id="rfc.section.8.2.2"><a href="#rfc.section.8.2.2">8.2.2</a> <a id="header.vary" href="#header.vary">Vary</a></h3> 2912 2895 <p id="rfc.section.8.2.2.p.1">The "Vary" header field conveys the set of header fields that were used to select the representation.</p> … … 2981 2964 </div> 2982 2965 <div id="rfc.iref.a.5"></div> 2983 <div id="rfc.iref.h.19"></div>2984 2966 <h3 id="rfc.section.8.4.1"><a href="#rfc.section.8.4.1">8.4.1</a> <a id="header.allow" href="#header.allow">Allow</a></h3> 2985 2967 <p id="rfc.section.8.4.1.p.1">The "Allow" header field lists the set of methods advertised as supported by the target resource. The purpose of this field … … 2994 2976 </p> 2995 2977 <div id="rfc.iref.s.44"></div> 2996 <div id="rfc.iref.h.20"></div>2997 2978 <h3 id="rfc.section.8.4.2"><a href="#rfc.section.8.4.2">8.4.2</a> <a id="header.server" href="#header.server">Server</a></h3> 2998 2979 <p id="rfc.section.8.4.2.p.1">The "Server" header field contains information about the software used by the origin server to handle the request.</p> … … 4160 4141 </p> 4161 4142 <div id="rfc.iref.m.10"></div> 4162 <div id="rfc.iref.h.21"></div>4163 4143 <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a> <a id="mime-version" href="#mime-version">MIME-Version</a></h2> 4164 4144 <p id="rfc.section.A.1.p.1">HTTP is not a MIME-compliant protocol. However, HTTP/1.1 messages <em class="bcp14">MAY</em> include a single MIME-Version header field to indicate what version of the MIME protocol was used to construct the message. … … 4192 4172 </p> 4193 4173 <div id="rfc.iref.c.12"></div> 4194 <div id="rfc.iref.h.22"></div>4195 4174 <h2 id="rfc.section.A.5"><a href="#rfc.section.A.5">A.5</a> <a id="no.content-transfer-encoding" href="#no.content-transfer-encoding">No Content-Transfer-Encoding</a></h2> 4196 4175 <p id="rfc.section.A.5.p.1">HTTP does not use the Content-Transfer-Encoding field of MIME. Proxies and gateways from MIME-compliant protocols to HTTP <em class="bcp14">MUST</em> remove any Content-Transfer-Encoding prior to delivering the response message to an HTTP client. … … 5020 4999 <ul class="ind"> 5021 5000 <li><a id="rfc.index.1" href="#rfc.index.1"><b>1</b></a><ul> 5022 <li>100 Continue (status code) <a href="#rfc.xref.status.100.1">6.1.2.1</a>, <a href="#rfc.xref.status.100.2">6.1.2.1</a>, <a href="#rfc.xref.status.100.3">7.1</a>, <a href="#rfc.iref. 76"><b>7.2.1</b></a>, <a href="#rfc.xref.status.100.4">10.2.3</a></li>5023 <li>100-continue (expect value) <a href="#rfc.iref.4 6"><b>6.1.2</b></a></li>5024 <li>101 Switching Protocols (status code) <a href="#rfc.xref.status.101.1">7.1</a>, <a href="#rfc.iref. 77"><b>7.2.2</b></a>, <a href="#rfc.xref.status.101.2">10.2.3</a></li>5025 <li>1xx Informational (status code class) <a href="#rfc.iref. 75"><b>7.2</b></a></li>5001 <li>100 Continue (status code) <a href="#rfc.xref.status.100.1">6.1.2.1</a>, <a href="#rfc.xref.status.100.2">6.1.2.1</a>, <a href="#rfc.xref.status.100.3">7.1</a>, <a href="#rfc.iref.63"><b>7.2.1</b></a>, <a href="#rfc.xref.status.100.4">10.2.3</a></li> 5002 <li>100-continue (expect value) <a href="#rfc.iref.40"><b>6.1.2</b></a></li> 5003 <li>101 Switching Protocols (status code) <a href="#rfc.xref.status.101.1">7.1</a>, <a href="#rfc.iref.64"><b>7.2.2</b></a>, <a href="#rfc.xref.status.101.2">10.2.3</a></li> 5004 <li>1xx Informational (status code class) <a href="#rfc.iref.62"><b>7.2</b></a></li> 5026 5005 </ul> 5027 5006 </li> 5028 5007 <li><a id="rfc.index.2" href="#rfc.index.2"><b>2</b></a><ul> 5029 <li>200 OK (status code) <a href="#rfc.xref.status.200.1">7.1</a>, <a href="#rfc.iref. 79"><b>7.3.1</b></a>, <a href="#rfc.xref.status.200.2">10.2.3</a></li>5030 <li>201 Created (status code) <a href="#rfc.xref.status.201.1">7.1</a>, <a href="#rfc.iref. 80"><b>7.3.2</b></a>, <a href="#rfc.xref.status.201.2">10.2.3</a></li>5031 <li>202 Accepted (status code) <a href="#rfc.xref.status.202.1">7.1</a>, <a href="#rfc.iref. 81"><b>7.3.3</b></a>, <a href="#rfc.xref.status.202.2">10.2.3</a></li>5032 <li>203 Non-Authoritative Information (status code) <a href="#rfc.xref.status.203.1">7.1</a>, <a href="#rfc.iref. 82"><b>7.3.4</b></a>, <a href="#rfc.xref.status.203.2">10.2.3</a>, <a href="#rfc.xref.status.203.3">C</a></li>5033 <li>204 No Content (status code) <a href="#rfc.xref.status.204.1">7.1</a>, <a href="#rfc.iref. 83"><b>7.3.5</b></a>, <a href="#rfc.xref.status.204.2">10.2.3</a></li>5034 <li>205 Reset Content (status code) <a href="#rfc.xref.status.205.1">7.1</a>, <a href="#rfc.iref. 84"><b>7.3.6</b></a>, <a href="#rfc.xref.status.205.2">10.2.3</a></li>5035 <li>2xx Successful (status code class) <a href="#rfc.iref. 78"><b>7.3</b></a></li>5008 <li>200 OK (status code) <a href="#rfc.xref.status.200.1">7.1</a>, <a href="#rfc.iref.66"><b>7.3.1</b></a>, <a href="#rfc.xref.status.200.2">10.2.3</a></li> 5009 <li>201 Created (status code) <a href="#rfc.xref.status.201.1">7.1</a>, <a href="#rfc.iref.67"><b>7.3.2</b></a>, <a href="#rfc.xref.status.201.2">10.2.3</a></li> 5010 <li>202 Accepted (status code) <a href="#rfc.xref.status.202.1">7.1</a>, <a href="#rfc.iref.68"><b>7.3.3</b></a>, <a href="#rfc.xref.status.202.2">10.2.3</a></li> 5011 <li>203 Non-Authoritative Information (status code) <a href="#rfc.xref.status.203.1">7.1</a>, <a href="#rfc.iref.69"><b>7.3.4</b></a>, <a href="#rfc.xref.status.203.2">10.2.3</a>, <a href="#rfc.xref.status.203.3">C</a></li> 5012 <li>204 No Content (status code) <a href="#rfc.xref.status.204.1">7.1</a>, <a href="#rfc.iref.70"><b>7.3.5</b></a>, <a href="#rfc.xref.status.204.2">10.2.3</a></li> 5013 <li>205 Reset Content (status code) <a href="#rfc.xref.status.205.1">7.1</a>, <a href="#rfc.iref.71"><b>7.3.6</b></a>, <a href="#rfc.xref.status.205.2">10.2.3</a></li> 5014 <li>2xx Successful (status code class) <a href="#rfc.iref.65"><b>7.3</b></a></li> 5036 5015 </ul> 5037 5016 </li> 5038 5017 <li><a id="rfc.index.3" href="#rfc.index.3"><b>3</b></a><ul> 5039 <li>300 Multiple Choices (status code) <a href="#rfc.xref.status.300.1">7.1</a>, <a href="#rfc.iref. 86"><b>7.4.1</b></a>, <a href="#rfc.xref.status.300.2">10.2.3</a></li>5040 <li>301 Moved Permanently (status code) <a href="#rfc.xref.status.301.1">7.1</a>, <a href="#rfc.iref. 87"><b>7.4.2</b></a>, <a href="#rfc.xref.status.301.2">10.2.3</a>, <a href="#rfc.xref.status.301.3">C</a></li>5041 <li>302 Found (status code) <a href="#rfc.xref.status.302.1">7.1</a>, <a href="#rfc.iref. 88"><b>7.4.3</b></a>, <a href="#rfc.xref.status.302.2">10.2.3</a>, <a href="#rfc.xref.status.302.3">C</a></li>5042 <li>303 See Other (status code) <a href="#rfc.xref.status.303.1">7.1</a>, <a href="#rfc.iref. 89"><b>7.4.4</b></a>, <a href="#rfc.xref.status.303.2">10.2.3</a></li>5043 <li>305 Use Proxy (status code) <a href="#rfc.xref.status.305.1">7.1</a>, <a href="#rfc.iref. 90"><b>7.4.5</b></a>, <a href="#rfc.xref.status.305.2">10.2.3</a>, <a href="#rfc.xref.status.305.3">C</a></li>5044 <li>306 (Unused) (status code) <a href="#rfc.iref. 91"><b>7.4.6</b></a>, <a href="#rfc.xref.status.306.1">10.2.3</a></li>5045 <li>307 Temporary Redirect (status code) <a href="#rfc.xref.status.307.1">7.1</a>, <a href="#rfc.iref. 92"><b>7.4.7</b></a>, <a href="#rfc.xref.status.307.2">10.2.3</a>, <a href="#rfc.xref.status.307.3">C</a></li>5046 <li>3xx Redirection (status code class) <a href="#rfc.iref. 85"><b>7.4</b></a>, <a href="#rfc.xref.status.3xx.1">C</a></li>5018 <li>300 Multiple Choices (status code) <a href="#rfc.xref.status.300.1">7.1</a>, <a href="#rfc.iref.73"><b>7.4.1</b></a>, <a href="#rfc.xref.status.300.2">10.2.3</a></li> 5019 <li>301 Moved Permanently (status code) <a href="#rfc.xref.status.301.1">7.1</a>, <a href="#rfc.iref.74"><b>7.4.2</b></a>, <a href="#rfc.xref.status.301.2">10.2.3</a>, <a href="#rfc.xref.status.301.3">C</a></li> 5020 <li>302 Found (status code) <a href="#rfc.xref.status.302.1">7.1</a>, <a href="#rfc.iref.75"><b>7.4.3</b></a>, <a href="#rfc.xref.status.302.2">10.2.3</a>, <a href="#rfc.xref.status.302.3">C</a></li> 5021 <li>303 See Other (status code) <a href="#rfc.xref.status.303.1">7.1</a>, <a href="#rfc.iref.76"><b>7.4.4</b></a>, <a href="#rfc.xref.status.303.2">10.2.3</a></li> 5022 <li>305 Use Proxy (status code) <a href="#rfc.xref.status.305.1">7.1</a>, <a href="#rfc.iref.77"><b>7.4.5</b></a>, <a href="#rfc.xref.status.305.2">10.2.3</a>, <a href="#rfc.xref.status.305.3">C</a></li> 5023 <li>306 (Unused) (status code) <a href="#rfc.iref.78"><b>7.4.6</b></a>, <a href="#rfc.xref.status.306.1">10.2.3</a></li> 5024 <li>307 Temporary Redirect (status code) <a href="#rfc.xref.status.307.1">7.1</a>, <a href="#rfc.iref.79"><b>7.4.7</b></a>, <a href="#rfc.xref.status.307.2">10.2.3</a>, <a href="#rfc.xref.status.307.3">C</a></li> 5025 <li>3xx Redirection (status code class) <a href="#rfc.iref.72"><b>7.4</b></a>, <a href="#rfc.xref.status.3xx.1">C</a></li> 5047 5026 </ul> 5048 5027 </li> 5049 5028 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 5050 <li>400 Bad Request (status code) <a href="#rfc.xref.status.400.1">7.1</a>, <a href="#rfc.iref. 94"><b>7.5.1</b></a>, <a href="#rfc.xref.status.400.2">10.2.3</a></li>5051 <li>402 Payment Required (status code) <a href="#rfc.xref.status.402.1">7.1</a>, <a href="#rfc.iref. 95"><b>7.5.2</b></a>, <a href="#rfc.xref.status.402.2">10.2.3</a></li>5052 <li>403 Forbidden (status code) <a href="#rfc.xref.status.403.1">7.1</a>, <a href="#rfc.iref. 96"><b>7.5.3</b></a>, <a href="#rfc.xref.status.403.2">10.2.3</a></li>5053 <li>404 Not Found (status code) <a href="#rfc.xref.status.404.1">7.1</a>, <a href="#rfc.iref. 97"><b>7.5.4</b></a>, <a href="#rfc.xref.status.404.2">10.2.3</a></li>5054 <li>405 Method Not Allowed (status code) <a href="#rfc.xref.status.405.1">7.1</a>, <a href="#rfc.iref. 98"><b>7.5.5</b></a>, <a href="#rfc.xref.status.405.2">10.2.3</a></li>5055 <li>406 Not Acceptable (status code) <a href="#rfc.xref.status.406.1">7.1</a>, <a href="#rfc.iref. 99"><b>7.5.6</b></a>, <a href="#rfc.xref.status.406.2">10.2.3</a></li>5056 <li>408 Request Timeout (status code) <a href="#rfc.xref.status.408.1">7.1</a>, <a href="#rfc.iref. 100"><b>7.5.7</b></a>, <a href="#rfc.xref.status.408.2">10.2.3</a></li>5057 <li>409 Conflict (status code) <a href="#rfc.xref.status.409.1">7.1</a>, <a href="#rfc.iref. 101"><b>7.5.8</b></a>, <a href="#rfc.xref.status.409.2">10.2.3</a></li>5058 <li>410 Gone (status code) <a href="#rfc.xref.status.410.1">7.1</a>, <a href="#rfc.iref. 102"><b>7.5.9</b></a>, <a href="#rfc.xref.status.410.2">10.2.3</a></li>5059 <li>411 Length Required (status code) <a href="#rfc.xref.status.411.1">7.1</a>, <a href="#rfc.iref. 103"><b>7.5.10</b></a>, <a href="#rfc.xref.status.411.2">10.2.3</a></li>5060 <li>413 Request Representation Too Large (status code) <a href="#rfc.xref.status.413.1">7.1</a>, <a href="#rfc.iref. 104"><b>7.5.11</b></a>, <a href="#rfc.xref.status.413.2">10.2.3</a></li>5061 <li>414 URI Too Long (status code) <a href="#rfc.xref.status.414.1">7.1</a>, <a href="#rfc.iref. 105"><b>7.5.12</b></a>, <a href="#rfc.xref.status.414.2">10.2.3</a></li>5062 <li>415 Unsupported Media Type (status code) <a href="#rfc.xref.status.415.1">7.1</a>, <a href="#rfc.iref. 106"><b>7.5.13</b></a>, <a href="#rfc.xref.status.415.2">10.2.3</a></li>5063 <li>417 Expectation Failed (status code) <a href="#rfc.xref.status.417.1">7.1</a>, <a href="#rfc.iref. 107"><b>7.5.14</b></a>, <a href="#rfc.xref.status.417.2">10.2.3</a></li>5064 <li>426 Upgrade Required (status code) <a href="#rfc.xref.status.426.1">7.1</a>, <a href="#rfc.iref. 108"><b>7.5.15</b></a>, <a href="#rfc.xref.status.426.2">10.2.3</a>, <a href="#rfc.xref.status.426.3">C</a></li>5065 <li>4xx Client Error (status code class) <a href="#rfc.iref. 93"><b>7.5</b></a></li>5029 <li>400 Bad Request (status code) <a href="#rfc.xref.status.400.1">7.1</a>, <a href="#rfc.iref.81"><b>7.5.1</b></a>, <a href="#rfc.xref.status.400.2">10.2.3</a></li> 5030 <li>402 Payment Required (status code) <a href="#rfc.xref.status.402.1">7.1</a>, <a href="#rfc.iref.82"><b>7.5.2</b></a>, <a href="#rfc.xref.status.402.2">10.2.3</a></li> 5031 <li>403 Forbidden (status code) <a href="#rfc.xref.status.403.1">7.1</a>, <a href="#rfc.iref.83"><b>7.5.3</b></a>, <a href="#rfc.xref.status.403.2">10.2.3</a></li> 5032 <li>404 Not Found (status code) <a href="#rfc.xref.status.404.1">7.1</a>, <a href="#rfc.iref.84"><b>7.5.4</b></a>, <a href="#rfc.xref.status.404.2">10.2.3</a></li> 5033 <li>405 Method Not Allowed (status code) <a href="#rfc.xref.status.405.1">7.1</a>, <a href="#rfc.iref.85"><b>7.5.5</b></a>, <a href="#rfc.xref.status.405.2">10.2.3</a></li> 5034 <li>406 Not Acceptable (status code) <a href="#rfc.xref.status.406.1">7.1</a>, <a href="#rfc.iref.86"><b>7.5.6</b></a>, <a href="#rfc.xref.status.406.2">10.2.3</a></li> 5035 <li>408 Request Timeout (status code) <a href="#rfc.xref.status.408.1">7.1</a>, <a href="#rfc.iref.87"><b>7.5.7</b></a>, <a href="#rfc.xref.status.408.2">10.2.3</a></li> 5036 <li>409 Conflict (status code) <a href="#rfc.xref.status.409.1">7.1</a>, <a href="#rfc.iref.88"><b>7.5.8</b></a>, <a href="#rfc.xref.status.409.2">10.2.3</a></li> 5037 <li>410 Gone (status code) <a href="#rfc.xref.status.410.1">7.1</a>, <a href="#rfc.iref.89"><b>7.5.9</b></a>, <a href="#rfc.xref.status.410.2">10.2.3</a></li> 5038 <li>411 Length Required (status code) <a href="#rfc.xref.status.411.1">7.1</a>, <a href="#rfc.iref.90"><b>7.5.10</b></a>, <a href="#rfc.xref.status.411.2">10.2.3</a></li> 5039 <li>413 Request Representation Too Large (status code) <a href="#rfc.xref.status.413.1">7.1</a>, <a href="#rfc.iref.91"><b>7.5.11</b></a>, <a href="#rfc.xref.status.413.2">10.2.3</a></li> 5040 <li>414 URI Too Long (status code) <a href="#rfc.xref.status.414.1">7.1</a>, <a href="#rfc.iref.92"><b>7.5.12</b></a>, <a href="#rfc.xref.status.414.2">10.2.3</a></li> 5041 <li>415 Unsupported Media Type (status code) <a href="#rfc.xref.status.415.1">7.1</a>, <a href="#rfc.iref.93"><b>7.5.13</b></a>, <a href="#rfc.xref.status.415.2">10.2.3</a></li> 5042 <li>417 Expectation Failed (status code) <a href="#rfc.xref.status.417.1">7.1</a>, <a href="#rfc.iref.94"><b>7.5.14</b></a>, <a href="#rfc.xref.status.417.2">10.2.3</a></li> 5043 <li>426 Upgrade Required (status code) <a href="#rfc.xref.status.426.1">7.1</a>, <a href="#rfc.iref.95"><b>7.5.15</b></a>, <a href="#rfc.xref.status.426.2">10.2.3</a>, <a href="#rfc.xref.status.426.3">C</a></li> 5044 <li>4xx Client Error (status code class) <a href="#rfc.iref.80"><b>7.5</b></a></li> 5066 5045 </ul> 5067 5046 </li> 5068 5047 <li><a id="rfc.index.5" href="#rfc.index.5"><b>5</b></a><ul> 5069 <li>500 Internal Server Error (status code) <a href="#rfc.xref.status.500.1">7.1</a>, <a href="#rfc.iref. 110"><b>7.6.1</b></a>, <a href="#rfc.xref.status.500.2">10.2.3</a></li>5070 <li>501 Not Implemented (status code) <a href="#rfc.xref.status.501.1">7.1</a>, <a href="#rfc.iref. 111"><b>7.6.2</b></a>, <a href="#rfc.xref.status.501.2">10.2.3</a></li>5071 <li>502 Bad Gateway (status code) <a href="#rfc.xref.status.502.1">7.1</a>, <a href="#rfc.iref. 112"><b>7.6.3</b></a>, <a href="#rfc.xref.status.502.2">10.2.3</a></li>5072 <li>503 Service Unavailable (status code) <a href="#rfc.xref.status.503.1">7.1</a>, <a href="#rfc.iref.1 13"><b>7.6.4</b></a>, <a href="#rfc.xref.status.503.2">10.2.3</a></li>5073 <li>504 Gateway Timeout (status code) <a href="#rfc.xref.status.504.1">7.1</a>, <a href="#rfc.iref.1 14"><b>7.6.5</b></a>, <a href="#rfc.xref.status.504.2">10.2.3</a></li>5074 <li>505 HTTP Version Not Supported (status code) <a href="#rfc.xref.status.505.1">7.1</a>, <a href="#rfc.iref.1 15"><b>7.6.6</b></a>, <a href="#rfc.xref.status.505.2">10.2.3</a></li>5075 <li>5xx Server Error (status code class) <a href="#rfc.iref. 109"><b>7.6</b></a></li>5048 <li>500 Internal Server Error (status code) <a href="#rfc.xref.status.500.1">7.1</a>, <a href="#rfc.iref.97"><b>7.6.1</b></a>, <a href="#rfc.xref.status.500.2">10.2.3</a></li> 5049 <li>501 Not Implemented (status code) <a href="#rfc.xref.status.501.1">7.1</a>, <a href="#rfc.iref.98"><b>7.6.2</b></a>, <a href="#rfc.xref.status.501.2">10.2.3</a></li> 5050 <li>502 Bad Gateway (status code) <a href="#rfc.xref.status.502.1">7.1</a>, <a href="#rfc.iref.99"><b>7.6.3</b></a>, <a href="#rfc.xref.status.502.2">10.2.3</a></li> 5051 <li>503 Service Unavailable (status code) <a href="#rfc.xref.status.503.1">7.1</a>, <a href="#rfc.iref.100"><b>7.6.4</b></a>, <a href="#rfc.xref.status.503.2">10.2.3</a></li> 5052 <li>504 Gateway Timeout (status code) <a href="#rfc.xref.status.504.1">7.1</a>, <a href="#rfc.iref.101"><b>7.6.5</b></a>, <a href="#rfc.xref.status.504.2">10.2.3</a></li> 5053 <li>505 HTTP Version Not Supported (status code) <a href="#rfc.xref.status.505.1">7.1</a>, <a href="#rfc.iref.102"><b>7.6.6</b></a>, <a href="#rfc.xref.status.505.2">10.2.3</a></li> 5054 <li>5xx Server Error (status code class) <a href="#rfc.iref.96"><b>7.6</b></a></li> 5076 5055 </ul> 5077 5056 </li> … … 5192 5171 </li> 5193 5172 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul> 5194 <li>HEAD method <a href="#rfc.xref.HEAD.1">5.1</a>, <a href="#rfc.iref.h.5"><b>5.3.2</b></a>, <a href="#rfc.xref.HEAD.2">10.1.3</a></li> 5195 <li>Header Fields 5196 <ul> 5197 <li>Accept <a href="#rfc.xref.header.accept.1">3.5.1</a>, <a href="#rfc.xref.header.accept.2">6.3</a>, <a href="#rfc.iref.h.8"><b>6.3.2</b></a>, <a href="#rfc.xref.header.accept.3">9.5</a>, <a href="#rfc.xref.header.accept.4">10.3.2</a></li> 5198 <li>Accept-Charset <a href="#rfc.xref.header.accept-charset.1">3.5.1</a>, <a href="#rfc.xref.header.accept-charset.2">6.3</a>, <a href="#rfc.iref.h.9"><b>6.3.3</b></a>, <a href="#rfc.xref.header.accept-charset.3">10.3.2</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li> 5199 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">3.5.1</a>, <a href="#rfc.xref.header.accept-encoding.2">6.3</a>, <a href="#rfc.iref.h.10"><b>6.3.4</b></a>, <a href="#rfc.xref.header.accept-encoding.3">9.4</a>, <a href="#rfc.xref.header.accept-encoding.4">10.3.2</a>, <a href="#rfc.xref.header.accept-encoding.5">10.4.2</a></li> 5200 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">3.5.1</a>, <a href="#rfc.xref.header.accept-language.2">6.3</a>, <a href="#rfc.iref.h.11"><b>6.3.5</b></a>, <a href="#rfc.xref.header.accept-language.3">10.3.2</a></li> 5201 <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.19"><b>8.4.1</b></a>, <a href="#rfc.xref.header.allow.3">10.3.2</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 5202 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">3.2</a>, <a href="#rfc.iref.h.2"><b>3.2.2</b></a>, <a href="#rfc.xref.header.content-encoding.2">9.4</a>, <a href="#rfc.xref.header.content-encoding.3">10.3.2</a></li> 5203 <li>Content-Language <a href="#rfc.xref.header.content-language.1">3.2</a>, <a href="#rfc.iref.h.3"><b>3.2.3</b></a>, <a href="#rfc.xref.header.content-language.2">10.3.2</a></li> 5204 <li>Content-Location <a href="#rfc.xref.header.content-location.1">3.2</a>, <a href="#rfc.iref.h.4"><b>3.2.4</b></a>, <a href="#rfc.xref.header.content-location.2">5.3.3</a>, <a href="#rfc.xref.header.content-location.3">8.1.1</a>, <a href="#rfc.xref.header.content-location.4">10.3.2</a>, <a href="#rfc.xref.header.content-location.5">C</a></li> 5205 <li>Content-Transfer-Encoding <a href="#rfc.iref.h.22">A.5</a>, <a href="#rfc.xref.no.content-transfer-encoding.1">C</a></li> 5206 <li>Content-Type <a href="#rfc.xref.header.content-type.1">3.2</a>, <a href="#rfc.iref.h.1"><b>3.2.1</b></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.xref.header.content-type.4">10.3.1</a>, <a href="#rfc.xref.header.content-type.5">10.3.2</a></li> 5207 <li>Date <a href="#rfc.xref.header.date.1">3</a>, <a href="#rfc.xref.header.date.2">8.2</a>, <a href="#rfc.iref.h.17"><b>8.2.1</b></a>, <a href="#rfc.xref.header.date.3">10.3.2</a></li> 5208 <li>Expect <a href="#rfc.xref.header.expect.1">6.1</a>, <a href="#rfc.iref.h.7"><b>6.1.2</b></a>, <a href="#rfc.xref.header.expect.2">7.5.14</a>, <a href="#rfc.xref.header.expect.3">10.3.2</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 5209 <li>From <a href="#rfc.xref.header.from.1">6.5</a>, <a href="#rfc.iref.h.12"><b>6.5.1</b></a>, <a href="#rfc.xref.header.from.2">10.3.2</a></li> 5210 <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.15"><b>8.1.1</b></a>, <a href="#rfc.xref.header.location.4">10.3.2</a>, <a href="#rfc.xref.header.location.5">C</a></li> 5211 <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.6"><b>6.1.1</b></a>, <a href="#rfc.xref.header.max-forwards.4">10.3.2</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 5212 <li>MIME-Version <a href="#rfc.xref.mime-version.1">10.3.2</a>, <a href="#rfc.iref.h.21"><b>A.1</b></a></li> 5213 <li>Referer <a href="#rfc.xref.header.referer.1">6.5</a>, <a href="#rfc.iref.h.13"><b>6.5.2</b></a>, <a href="#rfc.xref.header.referer.2">10.3.2</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 5214 <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.16"><b>8.1.2</b></a>, <a href="#rfc.xref.header.retry-after.3">10.3.2</a></li> 5215 <li>Server <a href="#rfc.xref.header.server.1">8.4</a>, <a href="#rfc.iref.h.20"><b>8.4.2</b></a>, <a href="#rfc.xref.header.server.2">10.3.2</a>, <a href="#rfc.xref.header.server.3">11.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 5216 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">3.5.1</a>, <a href="#rfc.xref.header.user-agent.2">6.5</a>, <a href="#rfc.iref.h.14"><b>6.5.3</b></a>, <a href="#rfc.xref.header.user-agent.3">10.3.2</a>, <a href="#rfc.xref.header.user-agent.4">11.1</a></li> 5217 <li>Vary <a href="#rfc.xref.header.vary.1">3.5.1</a>, <a href="#rfc.xref.header.vary.2">8.2</a>, <a href="#rfc.iref.h.18"><b>8.2.2</b></a>, <a href="#rfc.xref.header.vary.3">10.3.2</a></li> 5218 </ul> 5219 </li> 5173 <li>HEAD method <a href="#rfc.xref.HEAD.1">5.1</a>, <a href="#rfc.iref.h.1"><b>5.3.2</b></a>, <a href="#rfc.xref.HEAD.2">10.1.3</a></li> 5220 5174 </ul> 5221 5175 </li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1892 r1894 402 402 <section title="Content-Type" anchor="header.content-type"> 403 403 <iref primary="true" item="Content-Type header field" x:for-anchor=""/> 404 <iref primary="true" item="Header Fields" subitem="Content-Type" x:for-anchor=""/>405 404 <x:anchor-alias value="Content-Type"/> 406 405 <t> … … 425 424 <section title="Content-Encoding" anchor="header.content-encoding"> 426 425 <iref primary="true" item="Content-Encoding header field" x:for-anchor=""/> 427 <iref primary="true" item="Header Fields" subitem="Content-Encoding" x:for-anchor=""/>428 426 <x:anchor-alias value="Content-Encoding"/> 429 427 <t> … … 484 482 <section title="Content-Language" anchor="header.content-language"> 485 483 <iref primary="true" item="Content-Language header field" x:for-anchor=""/> 486 <iref primary="true" item="Header Fields" subitem="Content-Language" x:for-anchor=""/>487 484 <x:anchor-alias value="Content-Language"/> 488 485 <t> … … 535 532 <section title="Content-Location" anchor="header.content-location"> 536 533 <iref primary="true" item="Content-Location header field" x:for-anchor=""/> 537 <iref primary="true" item="Header Fields" subitem="Content-Location" x:for-anchor=""/>538 534 <x:anchor-alias value="Content-Location"/> 539 535 <t> … … 1597 1593 <section title="Max-Forwards" anchor="header.max-forwards"> 1598 1594 <iref primary="true" item="Max-Forwards header field" x:for-anchor=""/> 1599 <iref primary="true" item="Header Fields" subitem="Max-Forwards" x:for-anchor=""/>1600 1595 <x:anchor-alias value="Max-Forwards"/> 1601 1596 <t> … … 1630 1625 <section title="Expect" anchor="header.expect"> 1631 1626 <iref primary="true" item="Expect header field" x:for-anchor=""/> 1632 <iref primary="true" item="Header Fields" subitem="Expect" x:for-anchor=""/>1633 1627 <x:anchor-alias value="Expect"/> 1634 1628 <x:anchor-alias value="expectation"/> … … 1861 1855 <section title="Accept" anchor="header.accept"> 1862 1856 <iref primary="true" item="Accept header field" x:for-anchor=""/> 1863 <iref primary="true" item="Header Fields" subitem="Accept" x:for-anchor=""/>1864 1857 <x:anchor-alias value="Accept"/> 1865 1858 <x:anchor-alias value="accept-ext"/> … … 1988 1981 <section title="Accept-Charset" anchor="header.accept-charset"> 1989 1982 <iref primary="true" item="Accept-Charset header field" x:for-anchor=""/> 1990 <iref primary="true" item="Header Fields" subitem="Accept-Charset" x:for-anchor=""/>1991 1983 <x:anchor-alias value="Accept-Charset"/> 1992 1984 <t> … … 2034 2026 <section title="Accept-Encoding" anchor="header.accept-encoding"> 2035 2027 <iref primary="true" item="Accept-Encoding header field" x:for-anchor=""/> 2036 <iref primary="true" item="Header Fields" subitem="Accept-Encoding" x:for-anchor=""/>2037 2028 <x:anchor-alias value="Accept-Encoding"/> 2038 2029 <x:anchor-alias value="codings"/> … … 2106 2097 <section title="Accept-Language" anchor="header.accept-language"> 2107 2098 <iref primary="true" item="Accept-Language header field" x:for-anchor=""/> 2108 <iref primary="true" item="Header Fields" subitem="Accept-Language" x:for-anchor=""/>2109 2099 <x:anchor-alias value="Accept-Language"/> 2110 2100 <x:anchor-alias value="language-range"/> … … 2195 2185 <section title="From" anchor="header.from"> 2196 2186 <iref primary="true" item="From header field" x:for-anchor=""/> 2197 <iref primary="true" item="Header Fields" subitem="From" x:for-anchor=""/>2198 2187 <x:anchor-alias value="From"/> 2199 2188 <x:anchor-alias value="mailbox"/> … … 2242 2231 <section title="Referer" anchor="header.referer"> 2243 2232 <iref primary="true" item="Referer header field" x:for-anchor=""/> 2244 <iref primary="true" item="Header Fields" subitem="Referer" x:for-anchor=""/>2245 2233 <x:anchor-alias value="Referer"/> 2246 2234 <t> … … 2281 2269 <section title="User-Agent" anchor="header.user-agent"> 2282 2270 <iref primary="true" item="User-Agent header field" x:for-anchor=""/> 2283 <iref primary="true" item="Header Fields" subitem="User-Agent" x:for-anchor=""/>2284 2271 <x:anchor-alias value="User-Agent"/> 2285 2272 <t> … … 3353 3340 <section title="Location" anchor="header.location"> 3354 3341 <iref primary="true" item="Location header field" x:for-anchor=""/> 3355 <iref primary="true" item="Header Fields" subitem="Location" x:for-anchor=""/>3356 3342 <x:anchor-alias value="Location"/> 3357 3343 <t> … … 3418 3404 <section title="Retry-After" anchor="header.retry-after"> 3419 3405 <iref primary="true" item="Retry-After header field" x:for-anchor=""/> 3420 <iref primary="true" item="Header Fields" subitem="Retry-After" x:for-anchor=""/>3421 3406 <x:anchor-alias value="Retry-After"/> 3422 3407 <t> … … 3470 3455 <section title="Date" anchor="header.date"> 3471 3456 <iref primary="true" item="Date header field" x:for-anchor=""/> 3472 <iref primary="true" item="Header Fields" subitem="Date" x:for-anchor=""/>3473 3457 <x:anchor-alias value="Date"/> 3474 3458 <t> … … 3530 3514 <section anchor="header.vary" title="Vary"> 3531 3515 <iref item="Vary header field" primary="true" x:for-anchor="" /> 3532 <iref item="Header Fields" primary="true" subitem="Vary" x:for-anchor="" />3533 3516 <x:anchor-alias value="Vary"/> 3534 3517 <t> … … 3603 3586 <section title="Allow" anchor="header.allow"> 3604 3587 <iref primary="true" item="Allow header field" x:for-anchor=""/> 3605 <iref primary="true" item="Header Fields" subitem="Allow" x:for-anchor=""/>3606 3588 <x:anchor-alias value="Allow"/> 3607 3589 <t> … … 3632 3614 <section title="Server" anchor="header.server"> 3633 3615 <iref primary="true" item="Server header field" x:for-anchor=""/> 3634 <iref primary="true" item="Header Fields" subitem="Server" x:for-anchor=""/>3635 3616 <x:anchor-alias value="Server"/> 3636 3617 <t> … … 5654 5635 <section title="MIME-Version" anchor="mime-version"> 5655 5636 <iref primary="true" item="MIME-Version header field" x:for-anchor=""/> 5656 <iref primary="true" item="Header Fields" subitem="MIME-Version" x:for-anchor=""/>5657 5637 <x:anchor-alias value="MIME-Version"/> 5658 5638 <t> … … 5732 5712 <section title="No Content-Transfer-Encoding" anchor="no.content-transfer-encoding"> 5733 5713 <iref item="Content-Transfer-Encoding header field" x:for-anchor=""/> 5734 <iref item="Header Fields" subitem="Content-Transfer-Encoding" x:for-anchor=""/>5735 5714 <t> 5736 5715 HTTP does not use the Content-Transfer-Encoding field of MIME. -
draft-ietf-httpbis/latest/p3-payload.html
r1873 r1894 374 374 } 375 375 @bottom-center { 376 content: "Expires March 1 3, 2013";376 content: "Expires March 19, 2013"; 377 377 } 378 378 @bottom-right { … … 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2012-09- 09">406 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 407 407 <meta name="dct.abstract" content="This part is now obsolete. Please see HTTPbis, Part 2."> 408 408 <meta name="description" content="This part is now obsolete. Please see HTTPbis, Part 2."> … … 424 424 </tr> 425 425 <tr> 426 <td class="left">Expires: March 1 3, 2013</td>426 <td class="left">Expires: March 19, 2013</td> 427 427 <td class="right">W3C</td> 428 428 </tr> … … 437 437 <tr> 438 438 <td class="left"></td> 439 <td class="right">September 9, 2012</td>439 <td class="right">September 15, 2012</td> 440 440 </tr> 441 441 </tbody> … … 453 453 in progress”. 454 454 </p> 455 <p>This Internet-Draft will expire on March 1 3, 2013.</p>455 <p>This Internet-Draft will expire on March 19, 2013.</p> 456 456 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 457 457 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p4-conditional.html
r1891 r1894 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 7, 2013";451 content: "Expires March 19, 2013"; 452 452 } 453 453 @bottom-right { … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 3">494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 496 496 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false."> … … 518 518 </tr> 519 519 <tr> 520 <td class="left">Expires: March 1 7, 2013</td>520 <td class="left">Expires: March 19, 2013</td> 521 521 <td class="right">J. Reschke, Editor</td> 522 522 </tr> … … 527 527 <tr> 528 528 <td class="left"></td> 529 <td class="right">September 1 3, 2012</td>529 <td class="right">September 15, 2012</td> 530 530 </tr> 531 531 </tbody> … … 554 554 in progress”. 555 555 </p> 556 <p>This Internet-Draft will expire on March 1 7, 2013.</p>556 <p>This Internet-Draft will expire on March 19, 2013.</p> 557 557 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 558 558 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 712 712 </p> 713 713 <div id="rfc.iref.l.1"></div> 714 <div id="rfc.iref.h.1"></div>715 714 <h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a> <a id="header.last-modified" href="#header.last-modified">Last-Modified</a></h2> 716 715 <p id="rfc.section.2.2.p.1">The "Last-Modified" header field indicates the date and time at which the origin server believes the selected representation … … 772 771 </p> 773 772 <div id="rfc.iref.e.1"></div> 774 <div id="rfc.iref.h.2"></div>775 773 <h2 id="rfc.section.2.3"><a href="#rfc.section.2.3">2.3</a> <a id="header.etag" href="#header.etag">ETag</a></h2> 776 774 <p id="rfc.section.2.3.p.1">The "ETag" header field provides the current entity-tag for the selected representation. An entity-tag is an opaque validator … … 950 948 </p> 951 949 <div id="rfc.iref.i.1"></div> 952 <div id="rfc.iref.h.3"></div>953 950 <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a> <a id="header.if-match" href="#header.if-match">If-Match</a></h2> 954 951 <p id="rfc.section.3.1.p.1">The "If-Match" header field can be used to make a request method conditional on the current existence or value of an entity-tag … … 977 974 If-Match: * 978 975 </pre><div id="rfc.iref.i.2"></div> 979 <div id="rfc.iref.h.4"></div>980 976 <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a> <a id="header.if-none-match" href="#header.if-none-match">If-None-Match</a></h2> 981 977 <p id="rfc.section.3.2.p.1">The "If-None-Match" header field can be used to make a request method conditional on not matching any of the current entity-tag … … 1011 1007 If-None-Match: * 1012 1008 </pre><div id="rfc.iref.i.3"></div> 1013 <div id="rfc.iref.h.5"></div>1014 1009 <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a> <a id="header.if-modified-since" href="#header.if-modified-since">If-Modified-Since</a></h2> 1015 1010 <p id="rfc.section.3.3.p.1">The "If-Modified-Since" header field can be used with GET or HEAD to make the method conditional by modification date: if … … 1052 1047 </ul> 1053 1048 <div id="rfc.iref.i.4"></div> 1054 <div id="rfc.iref.h.6"></div>1055 1049 <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a> <a id="header.if-unmodified-since" href="#header.if-unmodified-since">If-Unmodified-Since</a></h2> 1056 1050 <p id="rfc.section.3.4.p.1">The "If-Unmodified-Since" header field can be used to make a request method conditional by modification date: if the selected … … 1068 1062 </p> 1069 1063 <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a> <a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1> 1070 <div id="rfc.iref.2 7"></div>1064 <div id="rfc.iref.21"></div> 1071 1065 <div id="rfc.iref.s.2"></div> 1072 1066 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id="status.304" href="#status.304">304 Not Modified</a></h2> … … 1089 1083 <p id="rfc.section.4.1.p.5">If a cache uses a received 304 response to update a cache entry, the cache <em class="bcp14">MUST</em> update the entry to reflect any new field values given in the response. 1090 1084 </p> 1091 <div id="rfc.iref.2 8"></div>1085 <div id="rfc.iref.22"></div> 1092 1086 <div id="rfc.iref.s.3"></div> 1093 1087 <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a> <a id="status.412" href="#status.412">412 Precondition Failed</a></h2> … … 1383 1377 </ul> 1384 1378 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1385 <p class="noprint"><a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index. H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.V">V</a>1379 <p class="noprint"><a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.V">V</a> 1386 1380 </p> 1387 1381 <div class="print2col"> 1388 1382 <ul class="ind"> 1389 1383 <li><a id="rfc.index.3" href="#rfc.index.3"><b>3</b></a><ul> 1390 <li>304 Not Modified (status code) <a href="#rfc.iref.2 7"><b>4.1</b></a>, <a href="#rfc.xref.status.304.1">6.1</a></li>1384 <li>304 Not Modified (status code) <a href="#rfc.iref.21"><b>4.1</b></a>, <a href="#rfc.xref.status.304.1">6.1</a></li> 1391 1385 </ul> 1392 1386 </li> 1393 1387 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 1394 <li>412 Precondition Failed (status code) <a href="#rfc.iref.2 8"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">6.1</a></li>1388 <li>412 Precondition Failed (status code) <a href="#rfc.iref.22"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">6.1</a></li> 1395 1389 </ul> 1396 1390 </li> … … 1412 1406 <li><tt>opaque-tag</tt> <a href="#rfc.iref.g.5"><b>2.3</b></a></li> 1413 1407 <li><tt>weak</tt> <a href="#rfc.iref.g.4"><b>2.3</b></a></li> 1414 </ul>1415 </li>1416 </ul>1417 </li>1418 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul>1419 <li>Header Fields 1420 <ul>1421 <li>ETag <a href="#rfc.xref.header.etag.1">2</a>, <a href="#rfc.iref.h.2"><b>2.3</b></a>, <a href="#rfc.xref.header.etag.2">6.2</a>, <a href="#rfc.xref.header.etag.3">A</a></li>1422 <li>If-Match <a href="#rfc.iref.h.3"><b>3.1</b></a>, <a href="#rfc.xref.header.if-match.1">6.2</a></li>1423 <li>If-Modified-Since <a href="#rfc.iref.h.5"><b>3.3</b></a>, <a href="#rfc.xref.header.if-modified-since.1">6.2</a></li>1424 <li>If-None-Match <a href="#rfc.iref.h.4"><b>3.2</b></a>, <a href="#rfc.xref.header.if-none-match.1">6.2</a>, <a href="#rfc.xref.header.if-none-match.2">A</a></li>1425 <li>If-Unmodified-Since <a href="#rfc.iref.h.6"><b>3.4</b></a>, <a href="#rfc.xref.header.if-unmodified-since.1">6.2</a></li>1426 <li>Last-Modified <a href="#rfc.xref.header.last-modified.1">2</a>, <a href="#rfc.iref.h.1"><b>2.2</b></a>, <a href="#rfc.xref.header.last-modified.2">6.2</a></li>1427 1408 </ul> 1428 1409 </li> -
draft-ietf-httpbis/latest/p4-conditional.xml
r1891 r1894 302 302 <section title="Last-Modified" anchor="header.last-modified"> 303 303 <iref primary="true" item="Last-Modified header field" x:for-anchor=""/> 304 <iref primary="true" item="Header Fields" subitem="Last-Modified" x:for-anchor=""/>305 304 <x:anchor-alias value="Last-Modified"/> 306 305 <t> … … 415 414 <section title="ETag" anchor="header.etag"> 416 415 <iref primary="true" item="ETag header field" x:for-anchor=""/> 417 <iref primary="true" item="Header Fields" subitem="ETag" x:for-anchor=""/>418 416 <x:anchor-alias value="ETag"/> 419 417 <x:anchor-alias value="entity-tag"/> … … 694 692 <section title="If-Match" anchor="header.if-match"> 695 693 <iref primary="true" item="If-Match header field" x:for-anchor=""/> 696 <iref primary="true" item="Header Fields" subitem="If-Match" x:for-anchor=""/>697 694 <x:anchor-alias value="If-Match"/> 698 695 <t> … … 750 747 <section title="If-None-Match" anchor="header.if-none-match"> 751 748 <iref primary="true" item="If-None-Match header field" x:for-anchor=""/> 752 <iref primary="true" item="Header Fields" subitem="If-None-Match" x:for-anchor=""/>753 749 <x:anchor-alias value="If-None-Match"/> 754 750 <t> … … 823 819 <section title="If-Modified-Since" anchor="header.if-modified-since"> 824 820 <iref primary="true" item="If-Modified-Since header field" x:for-anchor=""/> 825 <iref primary="true" item="Header Fields" subitem="If-Modified-Since" x:for-anchor=""/>826 821 <x:anchor-alias value="If-Modified-Since"/> 827 822 <t> … … 901 896 <section title="If-Unmodified-Since" anchor="header.if-unmodified-since"> 902 897 <iref primary="true" item="If-Unmodified-Since header field" x:for-anchor=""/> 903 <iref primary="true" item="Header Fields" subitem="If-Unmodified-Since" x:for-anchor=""/>904 898 <x:anchor-alias value="If-Unmodified-Since"/> 905 899 <t> -
draft-ietf-httpbis/latest/p5-range.html
r1891 r1894 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 7, 2013";451 content: "Expires March 19, 2013"; 452 452 } 453 453 @bottom-right { … … 493 493 <meta name="dct.creator" content="Reschke, J. F."> 494 494 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 495 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 3">495 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines range requests and the rules for constructing and combining responses to those requests."> … … 519 519 </tr> 520 520 <tr> 521 <td class="left">Expires: March 1 7, 2013</td>521 <td class="left">Expires: March 19, 2013</td> 522 522 <td class="right">J. Reschke, Editor</td> 523 523 </tr> … … 528 528 <tr> 529 529 <td class="left"></td> 530 <td class="right">September 1 3, 2012</td>530 <td class="right">September 15, 2012</td> 531 531 </tr> 532 532 </tbody> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on March 1 7, 2013.</p>555 <p>This Internet-Draft will expire on March 19, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 762 762 <p id="rfc.section.5.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields related to range requests and partial responses.</p> 763 763 <div id="rfc.iref.a.1"></div> 764 <div id="rfc.iref.h.1"></div>765 764 <h2 id="rfc.section.5.1"><a href="#rfc.section.5.1">5.1</a> <a id="header.accept-ranges" href="#header.accept-ranges">Accept-Ranges</a></h2> 766 765 <p id="rfc.section.5.1.p.1">The "Accept-Ranges" header field allows a resource to indicate its acceptance of range requests.</p> … … 777 776 </pre><p id="rfc.section.5.1.p.8">to advise the client not to attempt a range request.</p> 778 777 <div id="rfc.iref.c.1"></div> 779 <div id="rfc.iref.h.2"></div>780 778 <h2 id="rfc.section.5.2"><a href="#rfc.section.5.2">5.2</a> <a id="header.content-range" href="#header.content-range">Content-Range</a></h2> 781 779 <p id="rfc.section.5.2.p.1">The "Content-Range" header field is sent with a partial representation to specify where in the full representation the payload … … 833 831 </p> 834 832 <div id="rfc.iref.i.1"></div> 835 <div id="rfc.iref.h.3"></div>836 833 <h2 id="rfc.section.5.3"><a href="#rfc.section.5.3">5.3</a> <a id="header.if-range" href="#header.if-range">If-Range</a></h2> 837 834 <p id="rfc.section.5.3.p.1">If a client has a partial copy of a representation and wishes to have an up-to-date copy of the entire representation, it … … 855 852 </p> 856 853 <div id="rfc.iref.r.1"></div> 857 <div id="rfc.iref.h.4"></div>858 854 <h2 id="rfc.section.5.4"><a href="#rfc.section.5.4">5.4</a> <a id="header.range" href="#header.range">Range</a></h2> 859 855 <h3 id="rfc.section.5.4.1"><a href="#rfc.section.5.4.1">5.4.1</a> <a id="byte.ranges" href="#byte.ranges">Byte Ranges</a></h3> … … 1322 1318 </ul> 1323 1319 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1324 <p class="noprint"><a href="#rfc.index.2">2</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index. H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a>1320 <p class="noprint"><a href="#rfc.index.2">2</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> 1325 1321 </p> 1326 1322 <div class="print2col"> … … 1364 1360 <li><tt>suffix-byte-range-spec</tt> <a href="#rfc.iref.g.17"><b>5.4.1</b></a></li> 1365 1361 <li><tt>suffix-length</tt> <a href="#rfc.iref.g.18"><b>5.4.1</b></a></li> 1366 </ul>1367 </li>1368 </ul>1369 </li>1370 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul>1371 <li>Header Fields 1372 <ul>1373 <li>Accept-Ranges <a href="#rfc.iref.h.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.2</a>, <a href="#rfc.xref.header.accept-ranges.2">6.3</a></li>1374 <li>Content-Range <a href="#rfc.xref.header.content-range.1">2</a>, <a href="#rfc.xref.header.content-range.2">3.1</a>, <a href="#rfc.xref.header.content-range.3">3.2</a>, <a href="#rfc.iref.h.2"><b>5.2</b></a>, <a href="#rfc.xref.header.content-range.4">6.2</a></li>1375 <li>If-Range <a href="#rfc.xref.header.if-range.1">3.1</a>, <a href="#rfc.xref.header.if-range.2">3.2</a>, <a href="#rfc.iref.h.3"><b>5.3</b></a>, <a href="#rfc.xref.header.if-range.3">5.4.2</a>, <a href="#rfc.xref.header.if-range.4">6.2</a></li>1376 <li>Range <a href="#rfc.xref.header.range.1">2</a>, <a href="#rfc.xref.header.range.2">2</a>, <a href="#rfc.xref.header.range.3">3.1</a>, <a href="#rfc.xref.header.range.4">3.2</a>, <a href="#rfc.iref.h.4"><b>5.4</b></a>, <a href="#rfc.xref.header.range.5">6.2</a></li>1377 1362 </ul> 1378 1363 </li> -
draft-ietf-httpbis/latest/p5-range.xml
r1891 r1894 425 425 <section title="Accept-Ranges" anchor="header.accept-ranges"> 426 426 <iref primary="true" item="Accept-Ranges header field" x:for-anchor=""/> 427 <iref primary="true" item="Header Fields" subitem="Accept-Ranges" x:for-anchor=""/>428 427 <x:anchor-alias value="Accept-Ranges"/> 429 428 <x:anchor-alias value="acceptable-ranges"/> … … 461 460 <section title="Content-Range" anchor="header.content-range"> 462 461 <iref primary="true" item="Content-Range header field" x:for-anchor=""/> 463 <iref primary="true" item="Header Fields" subitem="Content-Range" x:for-anchor=""/>464 462 <x:anchor-alias value="byte-content-range-spec"/> 465 463 <x:anchor-alias value="byte-range-resp-spec"/> … … 567 565 <section title="If-Range" anchor="header.if-range"> 568 566 <iref primary="true" item="If-Range header field" x:for-anchor=""/> 569 <iref primary="true" item="Header Fields" subitem="If-Range" x:for-anchor=""/>570 567 <x:anchor-alias value="If-Range"/> 571 568 <t> … … 622 619 <section title="Range" anchor="header.range"> 623 620 <iref primary="true" item="Range header field" x:for-anchor=""/> 624 <iref primary="true" item="Header Fields" subitem="Range" x:for-anchor=""/>625 621 626 622 <section title="Byte Ranges" anchor="byte.ranges"> -
draft-ietf-httpbis/latest/p6-cache.html
r1893 r1894 452 452 } 453 453 @bottom-center { 454 content: "Expires March 1 8, 2013";454 content: "Expires March 19, 2013"; 455 455 } 456 456 @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-p6-cache-latest"> 501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 4">501 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 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 requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: March 1 8, 2013</td>527 <td class="left">Expires: March 19, 2013</td> 528 528 <td class="right">M. Nottingham, Editor</td> 529 529 </tr> … … 538 538 <tr> 539 539 <td class="left"></td> 540 <td class="right">September 1 4, 2012</td>540 <td class="right">September 15, 2012</td> 541 541 </tr> 542 542 </tbody> … … 564 564 in progress”. 565 565 </p> 566 <p>This Internet-Draft will expire on March 1 8, 2013.</p>566 <p>This Internet-Draft will expire on March 19, 2013.</p> 567 567 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 568 568 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1178 1178 <p id="rfc.section.7.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields related to caching.</p> 1179 1179 <div id="rfc.iref.a.2"></div> 1180 <div id="rfc.iref.h.2"></div>1181 1180 <h2 id="rfc.section.7.1"><a href="#rfc.section.7.1">7.1</a> <a id="header.age" href="#header.age">Age</a></h2> 1182 1181 <p id="rfc.section.7.1.p.1">The "Age" header field conveys the sender's estimate of the amount of time since the response was generated or successfully … … 1190 1189 </p> 1191 1190 <div id="rfc.iref.c.6"></div> 1192 <div id="rfc.iref.h.3"></div>1193 1191 <h2 id="rfc.section.7.2"><a href="#rfc.section.7.2">7.2</a> <a id="header.cache-control" href="#header.cache-control">Cache-Control</a></h2> 1194 1192 <p id="rfc.section.7.2.p.1">The "Cache-Control" header field is used to specify directives for caches along the request/response chain. Such cache directives … … 1439 1437 </p> 1440 1438 <div id="rfc.iref.e.2"></div> 1441 <div id="rfc.iref.h.4"></div>1442 1439 <h2 id="rfc.section.7.3"><a href="#rfc.section.7.3">7.3</a> <a id="header.expires" href="#header.expires">Expires</a></h2> 1443 1440 <p id="rfc.section.7.3.p.1">The "Expires" header field gives the date/time after which the response is considered stale. See <a href="#expiration.model" title="Freshness Model">Section 4.1</a> for further discussion of the freshness model. … … 1467 1464 </p> 1468 1465 <div id="rfc.iref.p.5"></div> 1469 <div id="rfc.iref.h.5"></div>1470 1466 <h2 id="rfc.section.7.4"><a href="#rfc.section.7.4">7.4</a> <a id="header.pragma" href="#header.pragma">Pragma</a></h2> 1471 1467 <p id="rfc.section.7.4.p.1">The "Pragma" header field allows backwards compatibility with HTTP/1.0 caches, so that clients can specify a "no-cache" request … … 1498 1494 </div> 1499 1495 <div id="rfc.iref.w.1"></div> 1500 <div id="rfc.iref.h.6"></div>1501 1496 <h2 id="rfc.section.7.5"><a href="#rfc.section.7.5">7.5</a> <a id="header.warning" href="#header.warning">Warning</a></h2> 1502 1497 <p id="rfc.section.7.5.p.1">The "Warning" header field is used to carry additional information about the status or transformation of a message that might … … 1548 1543 of its meaning. 1549 1544 </p> 1550 <div id="rfc.iref. 73"></div>1545 <div id="rfc.iref.68"></div> 1551 1546 <div id="rfc.iref.w.2"></div> 1552 1547 <h3 id="rfc.section.7.5.1"><a href="#rfc.section.7.5.1">7.5.1</a> <a id="warn.110" href="#warn.110">110 Response is Stale</a></h3> 1553 1548 <p id="rfc.section.7.5.1.p.1">A cache <em class="bcp14">SHOULD</em> include this whenever the returned response is stale. 1554 1549 </p> 1555 <div id="rfc.iref. 74"></div>1550 <div id="rfc.iref.69"></div> 1556 1551 <div id="rfc.iref.w.3"></div> 1557 1552 <h3 id="rfc.section.7.5.2"><a href="#rfc.section.7.5.2">7.5.2</a> <a id="warn.111" href="#warn.111">111 Revalidation Failed</a></h3> … … 1559 1554 the server. 1560 1555 </p> 1561 <div id="rfc.iref.7 5"></div>1556 <div id="rfc.iref.70"></div> 1562 1557 <div id="rfc.iref.w.4"></div> 1563 1558 <h3 id="rfc.section.7.5.3"><a href="#rfc.section.7.5.3">7.5.3</a> <a id="warn.112" href="#warn.112">112 Disconnected Operation</a></h3> 1564 1559 <p id="rfc.section.7.5.3.p.1">A cache <em class="bcp14">SHOULD</em> include this if it is intentionally disconnected from the rest of the network for a period of time. 1565 1560 </p> 1566 <div id="rfc.iref.7 6"></div>1561 <div id="rfc.iref.71"></div> 1567 1562 <div id="rfc.iref.w.5"></div> 1568 1563 <h3 id="rfc.section.7.5.4"><a href="#rfc.section.7.5.4">7.5.4</a> <a id="warn.113" href="#warn.113">113 Heuristic Expiration</a></h3> … … 1570 1565 hours. 1571 1566 </p> 1572 <div id="rfc.iref.7 7"></div>1567 <div id="rfc.iref.72"></div> 1573 1568 <div id="rfc.iref.w.6"></div> 1574 1569 <h3 id="rfc.section.7.5.5"><a href="#rfc.section.7.5.5">7.5.5</a> <a id="warn.199" href="#warn.199">199 Miscellaneous Warning</a></h3> 1575 1570 <p id="rfc.section.7.5.5.p.1">The warning text can include arbitrary information to be presented to a human user, or logged. A system receiving this warning <em class="bcp14">MUST NOT</em> take any automated action, besides presenting the warning to the user. 1576 1571 </p> 1577 <div id="rfc.iref.7 8"></div>1572 <div id="rfc.iref.73"></div> 1578 1573 <div id="rfc.iref.w.7"></div> 1579 1574 <h3 id="rfc.section.7.5.6"><a href="#rfc.section.7.5.6">7.5.6</a> <a id="warn.214" href="#warn.214">214 Transformation Applied</a></h3> … … 1581 1576 or modifying the representation data, unless this Warning code already appears in the response. 1582 1577 </p> 1583 <div id="rfc.iref.7 9"></div>1578 <div id="rfc.iref.74"></div> 1584 1579 <div id="rfc.iref.w.8"></div> 1585 1580 <h3 id="rfc.section.7.5.7"><a href="#rfc.section.7.5.7">7.5.7</a> <a id="warn.299" href="#warn.299">299 Miscellaneous Persistent Warning</a></h3> … … 2033 2028 <ul class="ind"> 2034 2029 <li><a id="rfc.index.1" href="#rfc.index.1"><b>1</b></a><ul> 2035 <li>110 Response is Stale (warn code) <a href="#rfc.iref. 73"><b>7.5.1</b></a>, <a href="#rfc.xref.warn.110.1">9.2</a></li>2036 <li>111 Revalidation Failed (warn code) <a href="#rfc.iref. 74"><b>7.5.2</b></a>, <a href="#rfc.xref.warn.111.1">9.2</a></li>2037 <li>112 Disconnected Operation (warn code) <a href="#rfc.iref.7 5"><b>7.5.3</b></a>, <a href="#rfc.xref.warn.112.1">9.2</a></li>2038 <li>113 Heuristic Expiration (warn code) <a href="#rfc.iref.7 6"><b>7.5.4</b></a>, <a href="#rfc.xref.warn.113.1">9.2</a></li>2039 <li>199 Miscellaneous Warning (warn code) <a href="#rfc.iref.7 7"><b>7.5.5</b></a>, <a href="#rfc.xref.warn.199.1">9.2</a></li>2030 <li>110 Response is Stale (warn code) <a href="#rfc.iref.68"><b>7.5.1</b></a>, <a href="#rfc.xref.warn.110.1">9.2</a></li> 2031 <li>111 Revalidation Failed (warn code) <a href="#rfc.iref.69"><b>7.5.2</b></a>, <a href="#rfc.xref.warn.111.1">9.2</a></li> 2032 <li>112 Disconnected Operation (warn code) <a href="#rfc.iref.70"><b>7.5.3</b></a>, <a href="#rfc.xref.warn.112.1">9.2</a></li> 2033 <li>113 Heuristic Expiration (warn code) <a href="#rfc.iref.71"><b>7.5.4</b></a>, <a href="#rfc.xref.warn.113.1">9.2</a></li> 2034 <li>199 Miscellaneous Warning (warn code) <a href="#rfc.iref.72"><b>7.5.5</b></a>, <a href="#rfc.xref.warn.199.1">9.2</a></li> 2040 2035 </ul> 2041 2036 </li> 2042 2037 <li><a id="rfc.index.2" href="#rfc.index.2"><b>2</b></a><ul> 2043 <li>214 Transformation Applied (warn code) <a href="#rfc.iref.7 8"><b>7.5.6</b></a>, <a href="#rfc.xref.warn.214.1">9.2</a></li>2044 <li>299 Miscellaneous Persistent Warning (warn code) <a href="#rfc.iref.7 9"><b>7.5.7</b></a>, <a href="#rfc.xref.warn.299.1">9.2</a></li>2038 <li>214 Transformation Applied (warn code) <a href="#rfc.iref.73"><b>7.5.6</b></a>, <a href="#rfc.xref.warn.214.1">9.2</a></li> 2039 <li>299 Miscellaneous Persistent Warning (warn code) <a href="#rfc.iref.74"><b>7.5.7</b></a>, <a href="#rfc.xref.warn.299.1">9.2</a></li> 2045 2040 </ul> 2046 2041 </li> … … 2107 2102 </li> 2108 2103 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul> 2109 <li>Header Fields 2110 <ul>2111 <li>Age <a href="#rfc.xref.header.age.1">4</a>, <a href="#rfc.xref.header.age.2">4.1.3</a>, <a href="#rfc.iref.h.2"><b>7.1</b></a>, <a href="#rfc.xref.header.age.3">9.3</a></li>2112 <li>Cache-Control <a href="#rfc.xref.header.cache-control.1">3</a>, <a href="#rfc.iref.h.3"><b>7.2</b></a>, <a href="#rfc.xref.header.cache-control.2">9.3</a></li>2113 <li>Expires <a href="#rfc.xref.header.expires.1">3</a>, <a href="#rfc.xref.header.expires.2">4.1</a>, <a href="#rfc.xref.header.expires.3">4.1.1</a>, <a href="#rfc.iref.h.4"><b>7.3</b></a>, <a href="#rfc.xref.header.expires.4">9.3</a></li>2114 <li>Pragma <a href="#rfc.xref.header.pragma.1">4</a>, <a href="#rfc.xref.header.pragma.2">7.2</a>, <a href="#rfc.iref.h.5"><b>7.4</b></a>, <a href="#rfc.xref.header.pragma.3">9.3</a></li>2115 <li>Warning <a href="#rfc.xref.header.warning.1">4.1.4</a>, <a href="#rfc.xref.header.warning.2">4.2.1</a>, <a href="#rfc.xref.header.warning.3">4.4</a>, <a href="#rfc.xref.header.warning.4">5</a>, <a href="#rfc.iref.h.6"><b>7.5</b></a>, <a href="#rfc.xref.header.warning.5">9.3</a>, <a href="#rfc.xref.header.warning.6">A</a></li>2116 </ul>2117 </li>2118 2104 <li>heuristic expiration time <a href="#rfc.iref.h.1">1.2</a></li> 2119 2105 </ul> -
draft-ietf-httpbis/latest/p6-cache.xml
r1893 r1894 1109 1109 <section anchor="header.age" title="Age"> 1110 1110 <iref item="Age header field" primary="true" x:for-anchor="" /> 1111 <iref item="Header Fields" primary="true" subitem="Age" x:for-anchor="" />1112 1111 <x:anchor-alias value="Age"/> 1113 1112 <x:anchor-alias value="age-value"/> … … 1134 1133 <section anchor="header.cache-control" title="Cache-Control"> 1135 1134 <iref item="Cache-Control header field" primary="true" x:for-anchor="" /> 1136 <iref item="Header Fields" primary="true" subitem="Cache-Control"1137 x:for-anchor="" />1138 1135 <x:anchor-alias value="Cache-Control"/> 1139 1136 <x:anchor-alias value="cache-directive"/> … … 1620 1617 <section anchor="header.expires" title="Expires"> 1621 1618 <iref item="Expires header field" primary="true" x:for-anchor="" /> 1622 <iref item="Header Fields" primary="true" subitem="Expires" x:for-anchor="" />1623 1619 <x:anchor-alias value="Expires"/> 1624 1620 <t> … … 1678 1674 <section anchor="header.pragma" title="Pragma"> 1679 1675 <iref item="Pragma header field" primary="true" x:for-anchor="" /> 1680 <iref item="Header Fields" primary="true" subitem="Pragma" x:for-anchor="" />1681 1676 <x:anchor-alias value="extension-pragma"/> 1682 1677 <x:anchor-alias value="Pragma"/> … … 1736 1731 <section anchor="header.warning" title="Warning"> 1737 1732 <iref item="Warning header field" primary="true" x:for-anchor="" /> 1738 <iref item="Header Fields" primary="true" subitem="Warning" x:for-anchor="" />1739 1733 <x:anchor-alias value="Warning"/> 1740 1734 <x:anchor-alias value="warning-value"/> -
draft-ietf-httpbis/latest/p7-auth.html
r1891 r1894 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 7, 2013";451 content: "Expires March 19, 2013"; 452 452 } 453 453 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 3">492 <meta name="dct.issued" scheme="ISO8601" content="2012-09-15"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 494 494 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework."> … … 521 521 </tr> 522 522 <tr> 523 <td class="left">Expires: March 1 7, 2013</td>523 <td class="left">Expires: March 19, 2013</td> 524 524 <td class="right">greenbytes</td> 525 525 </tr> 526 526 <tr> 527 527 <td class="left"></td> 528 <td class="right">September 1 3, 2012</td>528 <td class="right">September 15, 2012</td> 529 529 </tr> 530 530 </tbody> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on March 1 7, 2013.</p>553 <p>This Internet-Draft will expire on March 19, 2013.</p> 554 554 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 555 555 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 796 796 <p id="rfc.section.4.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields related to authentication.</p> 797 797 <div id="rfc.iref.a.3"></div> 798 <div id="rfc.iref.h.1"></div>799 798 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id="header.authorization" href="#header.authorization">Authorization</a></h2> 800 799 <p id="rfc.section.4.1.p.1">The "Authorization" header field allows a user agent to authenticate itself with a server — usually, but not necessarily, … … 820 819 </ol> 821 820 <div id="rfc.iref.p.2"></div> 822 <div id="rfc.iref.h.2"></div>823 821 <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a> <a id="header.proxy-authenticate" href="#header.proxy-authenticate">Proxy-Authenticate</a></h2> 824 822 <p id="rfc.section.4.2.p.1">The "Proxy-Authenticate" header field consists of at least one challenge that indicates the authentication scheme(s) and parameters … … 833 831 </p> 834 832 <div id="rfc.iref.p.3"></div> 835 <div id="rfc.iref.h.3"></div>836 833 <h2 id="rfc.section.4.3"><a href="#rfc.section.4.3">4.3</a> <a id="header.proxy-authorization" href="#header.proxy-authorization">Proxy-Authorization</a></h2> 837 834 <p id="rfc.section.4.3.p.1">The "Proxy-Authorization" header field allows the client to identify itself (or its user) to a proxy which requires authentication. … … 845 842 </p> 846 843 <div id="rfc.iref.w.1"></div> 847 <div id="rfc.iref.h.4"></div>848 844 <h2 id="rfc.section.4.4"><a href="#rfc.section.4.4">4.4</a> <a id="header.www-authenticate" href="#header.www-authenticate">WWW-Authenticate</a></h2> 849 845 <p id="rfc.section.4.4.p.1">The "WWW-Authenticate" header field consists of at least one challenge that indicates the authentication scheme(s) and parameters … … 1143 1139 </ul> 1144 1140 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1145 <p class="noprint"><a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index. H">H</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.W">W</a>1141 <p class="noprint"><a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.W">W</a> 1146 1142 </p> 1147 1143 <div class="print2col"> … … 1176 1172 <li><tt>token68</tt> <a href="#rfc.iref.g.3"><b>2.1</b></a></li> 1177 1173 <li><tt>WWW-Authenticate</tt> <a href="#rfc.iref.g.9"><b>4.4</b></a></li> 1178 </ul>1179 </li>1180 </ul>1181 </li>1182 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul>1183 <li>Header Fields 1184 <ul>1185 <li>Authorization <a href="#rfc.xref.header.authorization.1">2.1</a>, <a href="#rfc.xref.header.authorization.2">3.1</a>, <a href="#rfc.iref.h.1"><b>4.1</b></a>, <a href="#rfc.xref.header.authorization.3">5.3</a></li>1186 <li>Proxy-Authenticate <a href="#rfc.xref.header.proxy-authenticate.1">3.2</a>, <a href="#rfc.iref.h.2"><b>4.2</b></a>, <a href="#rfc.xref.header.proxy-authenticate.2">5.3</a></li>1187 <li>Proxy-Authorization <a href="#rfc.xref.header.proxy-authorization.1">3.2</a>, <a href="#rfc.iref.h.3"><b>4.3</b></a>, <a href="#rfc.xref.header.proxy-authorization.2">5.3</a></li>1188 <li>WWW-Authenticate <a href="#rfc.xref.header.www-authenticate.1">3.1</a>, <a href="#rfc.xref.header.www-authenticate.2">4.2</a>, <a href="#rfc.iref.h.4"><b>4.4</b></a>, <a href="#rfc.xref.header.www-authenticate.3">5.3</a></li>1189 1174 </ul> 1190 1175 </li> -
draft-ietf-httpbis/latest/p7-auth.xml
r1891 r1894 480 480 <section title="Authorization" anchor="header.authorization"> 481 481 <iref primary="true" item="Authorization header field" x:for-anchor=""/> 482 <iref primary="true" item="Header Fields" subitem="Authorization" x:for-anchor=""/>483 482 <x:anchor-alias value="Authorization"/> 484 483 <t> … … 533 532 <section title="Proxy-Authenticate" anchor="header.proxy-authenticate"> 534 533 <iref primary="true" item="Proxy-Authenticate header field" x:for-anchor=""/> 535 <iref primary="true" item="Header Fields" subitem="Proxy-Authenticate" x:for-anchor=""/>536 534 <x:anchor-alias value="Proxy-Authenticate"/> 537 535 <t> … … 561 559 <section title="Proxy-Authorization" anchor="header.proxy-authorization"> 562 560 <iref primary="true" item="Proxy-Authorization header field" x:for-anchor=""/> 563 <iref primary="true" item="Header Fields" subitem="Proxy-Authorization" x:for-anchor=""/>564 561 <x:anchor-alias value="Proxy-Authorization"/> 565 562 <t> … … 587 584 <section title="WWW-Authenticate" anchor="header.www-authenticate"> 588 585 <iref primary="true" item="WWW-Authenticate header field" x:for-anchor=""/> 589 <iref primary="true" item="Header Fields" subitem="WWW-Authenticate" x:for-anchor=""/>590 586 <x:anchor-alias value="WWW-Authenticate"/> 591 587 <t>
Note: See TracChangeset
for help on using the changeset viewer.