Changeset 2080 for draft-ietf-httpbis-http2/latest
- Timestamp:
- 02/01/13 13:20:54 (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
r2027 r2080 397 397 } 398 398 @top-right { 399 content: " December 2012";399 content: "January 2013"; 400 400 } 401 401 @top-center { … … 406 406 } 407 407 @bottom-center { 408 content: "Expires Ju ne 4, 2013";408 content: "Expires July 6, 2013"; 409 409 } 410 410 @bottom-right { … … 439 439 <link rel="Chapter" href="#rfc.section.10" title="10 Normative References"> 440 440 <link rel="Appendix" title="A Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.A"> 441 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.58 8, 2012-08-25 12:28:24, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">441 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.589, 2012-11-30 14:23:31, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 442 442 <meta name="keywords" content="HTTP"> 443 443 <link rel="schema.dct" href="http://purl.org/dc/terms/"> … … 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="201 2-12-01">449 <meta name="dct.issued" scheme="ISO8601" content="2013-01-02"> 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: Ju ne 4, 2013</td>469 <td class="left">Expires: July 6, 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"> December 1, 2012</td>490 <td class="right">January 2, 2013</td> 491 491 </tr> 492 492 </tbody> … … 519 519 in progress”. 520 520 </p> 521 <p>This Internet-Draft will expire on Ju ne 4, 2013.</p>521 <p>This Internet-Draft will expire on July 6, 2013.</p> 522 522 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 523 <p>Copyright © 201 2IETF Trust and the persons identified as the document authors. All rights reserved.</p>523 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 524 524 <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights 525 525 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r2011 r2080 58 58 </address> 59 59 </author> 60 <date year="201 2" />60 <date year="2013" /> 61 61 <area>Applications</area> 62 62 <workgroup>HTTPbis Working Group</workgroup>
Note: See TracChangeset
for help on using the changeset viewer.