Changeset 2027 for draft-ietf-httpbis-http2
- Timestamp:
- 01/12/12 09:54:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r2011 r2027 397 397 } 398 398 @top-right { 399 content: " November 2012";399 content: "December 2012"; 400 400 } 401 401 @top-center { … … 406 406 } 407 407 @bottom-center { 408 content: "Expires June 1, 2013";408 content: "Expires June 4, 2013"; 409 409 } 410 410 @bottom-right { … … 447 447 <meta name="dct.creator" content="Melnikov, A."> 448 448 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2-latest"> 449 <meta name="dct.issued" scheme="ISO8601" content="2012-1 1-28">449 <meta name="dct.issued" scheme="ISO8601" content="2012-12-01"> 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."> 451 451 <meta name="description" 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."> … … 467 467 </tr> 468 468 <tr> 469 <td class="left">Expires: June 1, 2013</td>469 <td class="left">Expires: June 4, 2013</td> 470 470 <td class="right">Google, Inc</td> 471 471 </tr> … … 488 488 <tr> 489 489 <td class="left"></td> 490 <td class="right"> November 28, 2012</td>490 <td class="right">December 1, 2012</td> 491 491 </tr> 492 492 </tbody> … … 519 519 in progress”. 520 520 </p> 521 <p>This Internet-Draft will expire on June 1, 2013.</p>521 <p>This Internet-Draft will expire on June 4, 2013.</p> 522 522 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 523 523 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset
for help on using the changeset viewer.