- Timestamp:
- 28/11/12 20:52:43 (9 years ago)
- Location:
- draft-ietf-httpbis-http2/00
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/00/draft-ietf-httpbis-http2.html
r2009 r2011 60 60 61 61 // docname 62 var docname = "draft-ietf-httpbis-http2- latest";62 var docname = "draft-ietf-httpbis-http2-00"; 63 63 64 64 // section … … 446 446 <meta name="dct.creator" content="Thomson, M."> 447 447 <meta name="dct.creator" content="Melnikov, A."> 448 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2- latest">448 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2-00"> 449 449 <meta name="dct.issued" scheme="ISO8601" content="2012-11-28"> 450 450 <meta name="dct.abstract" content="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 RFC2616 semantics for compatibility with existing HTTP application servers."> … … 492 492 </tbody> 493 493 </table> 494 <p class="title">SPDY Protocol<br><span class="filename">draft-ietf-httpbis-http2- latest</span></p>494 <p class="title">SPDY Protocol<br><span class="filename">draft-ietf-httpbis-http2-00</span></p> 495 495 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 496 496 <p>This document describes SPDY, a protocol designed for low-latency transport of content over the World Wide Web. SPDY introduces … … 2031 2031 <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> 2032 2032 <p id="rfc.section.A.1.p.1">Adopted as base for draft-ietf-httpbis-http2.</p> 2033 <p id="rfc.section.A.1.p.2">Updated authors list.</p> 2033 <p id="rfc.section.A.1.p.2">Updated authors/editors list.</p> 2034 <p id="rfc.section.A.1.p.3">Added status note.</p> 2034 2035 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 2035 2036 <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>
Note: See TracChangeset
for help on using the changeset viewer.