Changeset 421 for draft-ietf-httpbis/latest/p3-payload.html
- Timestamp:
- 21/11/08 15:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r391 r421 387 387 <link rel="Appendix" title="B Additional Features" href="#rfc.section.B"> 388 388 <link rel="Appendix" title="C Compatibility with Previous Versions" href="#rfc.section.C"> 389 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 389 <link rel="Appendix" title="D Collected ABNF" href="#rfc.section.D"> 390 <link rel="Appendix" title="E Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.E"> 390 391 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.400, 2008-10-10 14:04:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 391 392 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> … … 484 485 <tr> 485 486 <td class="header left"></td> 486 <td class="header right">November 15, 2008</td>487 <td class="header right">November 21, 2008</td> 487 488 </tr> 488 489 </table> … … 515 516 list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/11">http://tools.ietf.org/wg/httpbis/trac/report/11</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 516 517 </p> 517 <p>The changes in this draft are summarized in <a href="#changes.since.05" title="Since draft-ietf-httpbis-p3-payload-05">Appendix D.7</a>.518 <p>The changes in this draft are summarized in <a href="#changes.since.05" title="Since draft-ietf-httpbis-p3-payload-05">Appendix E.7</a>. 518 519 </p> 519 520 <hr class="noprint"> … … 602 603 </ul> 603 604 </li> 604 <li class="tocline0">D. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 605 <li class="tocline1">D.1 <a href="#rfc.section.D.1">Since RFC2616</a></li> 606 <li class="tocline1">D.2 <a href="#rfc.section.D.2">Since draft-ietf-httpbis-p3-payload-00</a></li> 607 <li class="tocline1">D.3 <a href="#rfc.section.D.3">Since draft-ietf-httpbis-p3-payload-01</a></li> 608 <li class="tocline1">D.4 <a href="#changes.since.02">Since draft-ietf-httpbis-p3-payload-02</a></li> 609 <li class="tocline1">D.5 <a href="#changes.since.03">Since draft-ietf-httpbis-p3-payload-03</a></li> 610 <li class="tocline1">D.6 <a href="#changes.since.04">Since draft-ietf-httpbis-p3-payload-04</a></li> 611 <li class="tocline1">D.7 <a href="#changes.since.05">Since draft-ietf-httpbis-p3-payload-05</a></li> 605 <li class="tocline0">D. <a href="#collected.abnf">Collected ABNF</a></li> 606 <li class="tocline0">E. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 607 <li class="tocline1">E.1 <a href="#rfc.section.E.1">Since RFC2616</a></li> 608 <li class="tocline1">E.2 <a href="#rfc.section.E.2">Since draft-ietf-httpbis-p3-payload-00</a></li> 609 <li class="tocline1">E.3 <a href="#rfc.section.E.3">Since draft-ietf-httpbis-p3-payload-01</a></li> 610 <li class="tocline1">E.4 <a href="#changes.since.02">Since draft-ietf-httpbis-p3-payload-02</a></li> 611 <li class="tocline1">E.5 <a href="#changes.since.03">Since draft-ietf-httpbis-p3-payload-03</a></li> 612 <li class="tocline1">E.6 <a href="#changes.since.04">Since draft-ietf-httpbis-p3-payload-04</a></li> 613 <li class="tocline1">E.7 <a href="#changes.since.05">Since draft-ietf-httpbis-p3-payload-05</a></li> 612 614 </ul> 613 615 </li> … … 1689 1691 <p id="rfc.section.C.2.p.2">Remove reference to non-existant identity transfer-coding value tokens. (<a href="#no.content-transfer-encoding" title="No Content-Transfer-Encoding">Appendix A.5</a>) 1690 1692 </p> 1691 <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1692 <h2 id="rfc.section.D.1"><a href="#rfc.section.D.1">D.1</a> Since RFC2616 1693 <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> 1694 <div id="rfc.figure.u.42"></div> <pre class="inline">ALPHA = <ALPHA, defined in [Part1], Section 1.2.2> 1695 Accept = "Accept:" OWS Accept-v 1696 Accept-Charset = "Accept-Charset:" OWS Accept-Charset-v 1697 Accept-Charset-v = *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q=" 1698 qvalue ] *( OWS "," [ OWS ( charset / "*" ) [ OWS ";" OWS "q=" 1699 qvalue ] ] ) 1700 Accept-Encoding = "Accept-Encoding:" OWS Accept-Encoding-v 1701 Accept-Encoding-v = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) 1702 ) *( OWS "," [ OWS codings [ OWS ";" OWS "q=" qvalue ] ] ) ] 1703 Accept-Language = "Accept-Language:" OWS Accept-Language-v 1704 Accept-Language-v = *( "," OWS ) language-range [ OWS ";" OWS "q=" 1705 qvalue ] *( OWS "," [ OWS language-range [ OWS ";" OWS "q=" qvalue ] 1706 ] ) 1707 Accept-v = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ 1708 OWS media-range [ accept-params ] ] ) ] 1709 Content-Encoding = "Content-Encoding:" OWS Content-Encoding-v 1710 Content-Encoding-v = *( "," OWS ) content-coding *( OWS "," [ OWS 1711 content-coding ] ) 1712 Content-Language = "Content-Language:" OWS Content-Language-v 1713 Content-Language-v = *( "," OWS ) language-tag *( OWS "," [ OWS 1714 language-tag ] ) 1715 Content-Length = <Content-Length, defined in [Part1], Section 8.2> 1716 Content-Location = "Content-Location:" OWS Content-Location-v 1717 Content-Location-v = absolute-URI / partial-URI 1718 Content-MD5 = "Content-MD5:" OWS Content-MD5-v 1719 Content-MD5-v = <base64 of 128 bit MD5 digest as per [RFC1864]> 1720 Content-Range = <Content-Range, defined in [Part5], Section 6.2> 1721 Content-Type = "Content-Type:" OWS Content-Type-v 1722 Content-Type-v = media-type 1723 DIGIT = <DIGIT, defined in [Part1], Section 1.2.2> 1724 Expires = <Expires, defined in [Part6], Section 16.3> 1725 Last-Modified = <Last-Modified, defined in [Part4], Section 7.6> 1726 MIME-Version = "MIME-Version:" OWS MIME-Version-v 1727 MIME-Version-v = 1*DIGIT "." 1*DIGIT 1728 OCTET = <OCTET, defined in [Part1], Section 1.2.2> 1729 OWS = <OWS, defined in [Part1], Section 1.2.2> 1730 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1> 1731 accept-ext = OWS ";" OWS token [ "=" ( token / quoted-string ) ] 1732 accept-params = OWS ";" OWS "q=" qvalue *accept-ext 1733 attribute = token 1734 charset = token 1735 codings = ( content-coding / "*" ) 1736 content-coding = token 1737 content-disposition = "Content-Disposition:" OWS 1738 content-disposition-v 1739 content-disposition-v = disposition-type *( OWS ";" OWS 1740 disposition-parm ) 1741 disp-extension-parm = token "=" ( token / quoted-string ) 1742 disp-extension-token = token 1743 disposition-parm = filename-parm / disp-extension-parm 1744 disposition-type = "attachment" / disp-extension-token 1745 entity-body = *OCTET 1746 entity-header = Content-Encoding / Content-Language / Content-Length 1747 / Content-Location / Content-MD5 / Content-Range / Content-Type / 1748 Expires / Last-Modified / extension-header 1749 extension-header = message-header 1750 filename-parm = "filename=" quoted-string 1751 language-range = <language-range, defined in [RFC4647], Section 2.1> 1752 language-tag = primary-tag *( "-" subtag ) 1753 media-range = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS 1754 ";" OWS parameter ) 1755 media-type = type "/" subtype *( OWS ";" OWS parameter ) 1756 message-header = <message-header, defined in [Part1], Section 4.2> 1757 parameter = attribute "=" value 1758 partial-URI = <partial-URI, defined in [Part1], Section 2.1> 1759 primary-tag = 1*8ALPHA 1760 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2> 1761 qvalue = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] ) 1762 subtag = 1*8ALPHA 1763 subtype = token 1764 token = <token, defined in [Part1], Section 1.2.2> 1765 type = token 1766 value = token / quoted-string 1767 ; Accept defined but not used 1768 ; Accept-Charset defined but not used 1769 ; Accept-Encoding defined but not used 1770 ; Accept-Language defined but not used 1771 ; MIME-Version defined but not used 1772 ; content-disposition defined but not used 1773 ; entity-body defined but not used 1774 ; entity-header defined but not used 1775 </pre> <h1 id="rfc.section.E"><a href="#rfc.section.E">E.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1776 <h2 id="rfc.section.E.1"><a href="#rfc.section.E.1">E.1</a> Since RFC2616 1693 1777 </h2> 1694 <p id="rfc.section. D.1.p.1">Extracted relevant partitions from <a href="#RFC2616" id="rfc.xref.RFC2616.2"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>.1695 </p> 1696 <h2 id="rfc.section. D.2"><a href="#rfc.section.D.2">D.2</a> Since draft-ietf-httpbis-p3-payload-001778 <p id="rfc.section.E.1.p.1">Extracted relevant partitions from <a href="#RFC2616" id="rfc.xref.RFC2616.2"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>. 1779 </p> 1780 <h2 id="rfc.section.E.2"><a href="#rfc.section.E.2">E.2</a> Since draft-ietf-httpbis-p3-payload-00 1697 1781 </h2> 1698 <p id="rfc.section. D.2.p.1">Closed issues: </p>1782 <p id="rfc.section.E.2.p.1">Closed issues: </p> 1699 1783 <ul> 1700 1784 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/8">http://tools.ietf.org/wg/httpbis/trac/ticket/8</a>>: "Media Type Registrations" (<<a href="http://purl.org/NET/http-errata#media-reg">http://purl.org/NET/http-errata#media-reg</a>>) … … 1721 1805 </li> 1722 1806 </ul> 1723 <h2 id="rfc.section. D.3"><a href="#rfc.section.D.3">D.3</a> Since draft-ietf-httpbis-p3-payload-011807 <h2 id="rfc.section.E.3"><a href="#rfc.section.E.3">E.3</a> Since draft-ietf-httpbis-p3-payload-01 1724 1808 </h2> 1725 <p id="rfc.section. D.3.p.1">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>):1809 <p id="rfc.section.E.3.p.1">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>): 1726 1810 </p> 1727 1811 <ul> 1728 1812 <li>Add explicit references to BNF syntax and rules imported from other parts of the specification.</li> 1729 1813 </ul> 1730 <h2 id="rfc.section. D.4"><a href="#rfc.section.D.4">D.4</a> <a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-p3-payload-02</a></h2>1731 <p id="rfc.section. D.4.p.1">Closed issues: </p>1814 <h2 id="rfc.section.E.4"><a href="#rfc.section.E.4">E.4</a> <a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-p3-payload-02</a></h2> 1815 <p id="rfc.section.E.4.p.1">Closed issues: </p> 1732 1816 <ul> 1733 1817 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/67">http://tools.ietf.org/wg/httpbis/trac/ticket/67</a>>: "Quoting Charsets" … … 1738 1822 </li> 1739 1823 </ul> 1740 <p id="rfc.section. D.4.p.2">Ongoing work on IANA Message Header Registration (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/40">http://tools.ietf.org/wg/httpbis/trac/ticket/40</a>>):1824 <p id="rfc.section.E.4.p.2">Ongoing work on IANA Message Header Registration (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/40">http://tools.ietf.org/wg/httpbis/trac/ticket/40</a>>): 1741 1825 </p> 1742 1826 <ul> 1743 1827 <li>Reference RFC 3984, and update header registrations for headers defined in this document.</li> 1744 1828 </ul> 1745 <h2 id="rfc.section. D.5"><a href="#rfc.section.D.5">D.5</a> <a id="changes.since.03" href="#changes.since.03">Since draft-ietf-httpbis-p3-payload-03</a></h2>1746 <p id="rfc.section. D.5.p.1">Closed issues: </p>1829 <h2 id="rfc.section.E.5"><a href="#rfc.section.E.5">E.5</a> <a id="changes.since.03" href="#changes.since.03">Since draft-ietf-httpbis-p3-payload-03</a></h2> 1830 <p id="rfc.section.E.5.p.1">Closed issues: </p> 1747 1831 <ul> 1748 1832 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/67">http://tools.ietf.org/wg/httpbis/trac/ticket/67</a>>: "Quoting Charsets" … … 1753 1837 </li> 1754 1838 </ul> 1755 <p id="rfc.section. D.5.p.2">Other changes: </p>1839 <p id="rfc.section.E.5.p.2">Other changes: </p> 1756 1840 <ul> 1757 1841 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/68">http://tools.ietf.org/wg/httpbis/trac/ticket/68</a>>: "Encoding References Normative" -- rephrase the annotation and reference <a href="#BCP97" id="rfc.xref.BCP97.4"><cite title="Handling Normative References to Standards-Track Documents">[BCP97]</cite></a>. 1758 1842 </li> 1759 1843 </ul> 1760 <h2 id="rfc.section. D.6"><a href="#rfc.section.D.6">D.6</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-p3-payload-04</a></h2>1761 <p id="rfc.section. D.6.p.1">Closed issues: </p>1844 <h2 id="rfc.section.E.6"><a href="#rfc.section.E.6">E.6</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-p3-payload-04</a></h2> 1845 <p id="rfc.section.E.6.p.1">Closed issues: </p> 1762 1846 <ul> 1763 1847 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/132">http://tools.ietf.org/wg/httpbis/trac/ticket/132</a>>: "RFC 2822 is updated by RFC 5322" 1764 1848 </li> 1765 1849 </ul> 1766 <p id="rfc.section. D.6.p.2">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>):1850 <p id="rfc.section.E.6.p.2">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>): 1767 1851 </p> 1768 1852 <ul> … … 1771 1855 <li>Rewrite ABNFs to spell out whitespace rules, factor out header value format definitions.</li> 1772 1856 </ul> 1773 <h2 id="rfc.section. D.7"><a href="#rfc.section.D.7">D.7</a> <a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-p3-payload-05</a></h2>1774 <p id="rfc.section. D.7.p.1">Closed issues: </p>1857 <h2 id="rfc.section.E.7"><a href="#rfc.section.E.7">E.7</a> <a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-p3-payload-05</a></h2> 1858 <p id="rfc.section.E.7.p.1">Closed issues: </p> 1775 1859 <ul> 1776 1860 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/118">http://tools.ietf.org/wg/httpbis/trac/ticket/118</a>>: "Join "Differences Between HTTP Entities and RFC 2045 Entities"?" 1777 1861 </li> 1862 </ul> 1863 <p id="rfc.section.E.7.p.2">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>): 1864 </p> 1865 <ul> 1866 <li>Add appendix containing collected and expanded ABNF.</li> 1778 1867 </ul> 1779 1868 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> … … 1815 1904 </li> 1816 1905 <li class="indline0"><a id="rfc.index.B" href="#rfc.index.B"><b>B</b></a><ul class="ind"> 1817 <li class="indline1"><em>BCP97</em> <a class="iref" href="#rfc.xref.BCP97.1">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.2">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.3">10.1</a>, <a class="iref" href="#BCP97"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.BCP97.4"> D.5</a></li>1906 <li class="indline1"><em>BCP97</em> <a class="iref" href="#rfc.xref.BCP97.1">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.2">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.3">10.1</a>, <a class="iref" href="#BCP97"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.BCP97.4">E.5</a></li> 1818 1907 </ul> 1819 1908 </li> … … 1992 2081 <li class="indline1"><em>RFC2388</em> <a class="iref" href="#rfc.xref.RFC2388.1">3.3.2</a>, <a class="iref" href="#RFC2388"><b>10.2</b></a></li> 1993 2082 <li class="indline1"><em>RFC2557</em> <a class="iref" href="#RFC2557"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.RFC2557.1">A.7</a>, <a class="iref" href="#rfc.xref.RFC2557.2">C.1</a></li> 1994 <li class="indline1"><em>RFC2616</em> <a class="iref" href="#rfc.xref.RFC2616.1">1</a>, <a class="iref" href="#RFC2616"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.RFC2616.2"> D.1</a></li>2083 <li class="indline1"><em>RFC2616</em> <a class="iref" href="#rfc.xref.RFC2616.1">1</a>, <a class="iref" href="#RFC2616"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.RFC2616.2">E.1</a></li> 1995 2084 <li class="indline1"><em>RFC3629</em> <a class="iref" href="#rfc.xref.RFC3629.1">3.1</a>, <a class="iref" href="#RFC3629"><b>10.2</b></a></li> 1996 2085 <li class="indline1"><em>RFC3864</em> <a class="iref" href="#rfc.xref.RFC3864.1">7.1</a>, <a class="iref" href="#RFC3864"><b>10.2</b></a></li>
Note: See TracChangeset
for help on using the changeset viewer.