Changeset 1979
- Timestamp:
- 06/11/12 14:20:18 (10 years ago)
- Location:
- draft-ietf-httpbis-http2/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r1978 r1979 425 425 <link rel="Chapter" title="9 Acknowledgements" href="#rfc.section.9"> 426 426 <link rel="Chapter" href="#rfc.section.10" title="10 Normative References"> 427 <link rel="Appendix" title="A Change s" href="#rfc.section.A">427 <link rel="Appendix" title="A Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.A"> 428 428 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.588, 2012-08-25 12:28:24, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 429 429 <meta name="keywords" content="HTTP"> … … 477 477 provides HTTP-like <a href="#RFC2616">RFC2616</a> <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2616.1">[RFC2616]</cite> semantics for compatibility with existing HTTP application servers. 478 478 </p> 479 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 480 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 481 </p> 482 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/21">http://tools.ietf.org/wg/httpbis/trac/report/21</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>>. 483 </p> 484 <p>The changes in this draft are summarized in <a href="#changes.since.draft-mbelshe-httpbis-spdy-00" title="Since draft-mbelshe-httpbis-spdy-00">Appendix A.1</a>. 485 </p> 479 486 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 480 487 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 597 604 <li><a href="#rfc.section.10">10.</a> <a href="#rfc.references">Normative References</a></li> 598 605 <li><a href="#rfc.authors">Authors' Addresses</a></li> 599 <li><a href="#rfc.section.A">A.</a> <a href="#rfc.section.A">Changes</a></li> 606 <li><a href="#rfc.section.A">A.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 607 <li><a href="#rfc.section.A.1">A.1</a> <a href="#changes.since.draft-mbelshe-httpbis-spdy-00">Since draft-mbelshe-httpbis-spdy-00</a></li> 608 </ul> 609 </li> 600 610 <li><a href="#rfc.index">Index</a></li> 601 611 </ul> … … 1990 2000 <span class="n hidden"><span class="family-name">Thomson</span><span class="given-name">Martin</span></span></span><span class="org vcardline">Microsoft</span></address> 1991 2001 </div> 1992 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> Changes 1993 </h1> 1994 <p id="rfc.section.A.p.1">To be removed by RFC Editor before publication</p> 2002 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2003 <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a> <a id="changes.since.draft-mbelshe-httpbis-spdy-00" href="#changes.since.draft-mbelshe-httpbis-spdy-00">Since draft-mbelshe-httpbis-spdy-00</a></h2> 2004 <p id="rfc.section.A.1.p.1">Adopted as base for draft-ietf-httpbis-http2.</p> 2005 <p id="rfc.section.A.1.p.2">Updated authors list.</p> 1995 2006 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1996 2007 <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r1978 r1979 46 46 <t>This document describes SPDY, a protocol designed for low-latency transport of content over the World Wide Web. SPDY introduces two layers of protocol. The lower layer is a general purpose framing layer which can be used atop a reliable transport (likely TCP) for multiplexed, prioritized, and compressed data communication of many concurrent streams. The upper layer of the protocol provides HTTP-like <xref target="RFC2616">RFC2616</xref> semantics for compatibility with existing HTTP application servers.</t> 47 47 </abstract> 48 49 <note title="Editorial Note (To be removed by RFC Editor)"> 50 <t> 51 Discussion of this draft takes place on the HTTPBIS working group 52 mailing list (ietf-http-wg@w3.org), which is archived at 53 <eref target="http://lists.w3.org/Archives/Public/ietf-http-wg/"/>. 54 </t> 55 <t> 56 The current issues list is at 57 <eref target="http://tools.ietf.org/wg/httpbis/trac/report/21"/> and related 58 documents (including fancy diffs) can be found at 59 <eref target="http://tools.ietf.org/wg/httpbis/"/>. 60 </t> 61 <t> 62 The changes in this draft are summarized in <xref target="changes.since.draft-mbelshe-httpbis-spdy-00"/>. 63 </t> 64 </note> 65 48 66 </front> 49 67 … … 1358 1376 </reference> 1359 1377 </references> 1360 <section title="Changes"> 1361 <t>To be removed by RFC Editor before publication</t> 1362 </section> 1378 1379 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 1380 1381 <section title="Since draft-mbelshe-httpbis-spdy-00" anchor="changes.since.draft-mbelshe-httpbis-spdy-00"> 1382 <t> 1383 Adopted as base for draft-ietf-httpbis-http2. 1384 </t> 1385 <t> 1386 Updated authors list. 1387 </t> 1388 </section> 1389 1390 </section> 1391 1363 1392 </back> 1364 1393 </rfc>
Note: See TracChangeset
for help on using the changeset viewer.