Changeset 2148
- Timestamp:
- 21/01/13 23:34:41 (10 years ago)
- Location:
- draft-ietf-httpbis-http2
- Files:
-
- 1 added
- 1 deleted
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/01/draft-ietf-httpbis-http2-01.xml
r2127 r2148 14 14 <?rfc-ext include-references-in-index="yes" ?> 15 15 16 <rfc ipr="trust200902" docName="draft-ietf-httpbis-http2- latest" xmlns:x='http://purl.org/net/xml2rfc/ext'>16 <rfc ipr="trust200902" docName="draft-ietf-httpbis-http2-01" xmlns:x='http://purl.org/net/xml2rfc/ext'> 17 17 <x:feedback template="mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"/> 18 18 <front> … … 58 58 </address> 59 59 </author> 60 <date year="2013" />60 <date day="22" month="January" year="2013" /> 61 61 <area>Applications</area> 62 62 <workgroup>HTTPbis Working Group</workgroup> … … 67 67 This document describes an optimised expression of the semantics of the HTTP protocol. The 68 68 HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing 69 compressed headers, simultaneous requests, and unsolic ted push of resources from server to69 compressed headers, simultaneous requests, and unsolicited push of resources from server to 70 70 client. 71 71 </t> -
draft-ietf-httpbis-http2/01/draft-ietf-httpbis-http2.html
r2127 r2148 60 60 61 61 // docname 62 var docname = "draft-ietf-httpbis-http2- latest";62 var docname = "draft-ietf-httpbis-http2-01"; 63 63 64 64 // section … … 406 406 } 407 407 @bottom-center { 408 content: "Expires July 2 2, 2013";408 content: "Expires July 26, 2013"; 409 409 } 410 410 @bottom-right { … … 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">449 <meta name="dct.issued" scheme="ISO8601" content="2013-01- 18">450 <meta name="dct.abstract" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolic ted push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified.">451 <meta name="description" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolic ted push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified.">448 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2-01"> 449 <meta name="dct.issued" scheme="ISO8601" content="2013-01-22"> 450 <meta name="dct.abstract" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolicited push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified."> 451 <meta name="description" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolicited push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified."> 452 452 </head> 453 453 <body onload="init();"> … … 467 467 </tr> 468 468 <tr> 469 <td class="left">Expires: July 2 2, 2013</td>469 <td class="left">Expires: July 26, 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">January 18, 2013</td>490 <td class="right">January 22, 2013</td> 491 491 </tr> 492 492 </tbody> 493 493 </table> 494 <p class="title">Hypertext Transfer Protocol version 2.0<br><span class="filename">draft-ietf-httpbis-http2- latest</span></p>494 <p class="title">Hypertext Transfer Protocol version 2.0<br><span class="filename">draft-ietf-httpbis-http2-01</span></p> 495 495 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 496 496 <p>This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables 497 more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolic ted push497 more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolicited push 498 498 of resources from server to client. 499 499 </p> … … 521 521 in progress”. 522 522 </p> 523 <p>This Internet-Draft will expire on July 2 2, 2013.</p>523 <p>This Internet-Draft will expire on July 26, 2013.</p> 524 524 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 525 525 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis-http2/latest/SUBMITTING.txt
r2011 r2148 17 17 7) make 18 18 19 8) svn cp draft-ietf-httpbis-http2.xml draft-ietf-httpbis-http2- 00.xml ; svn cp draft-ietf-httpbis-http2.txt draft-ietf-httpbis-http2-00.txt19 8) svn cp draft-ietf-httpbis-http2.xml draft-ietf-httpbis-http2-NN.xml ; svn rm --force draft-ietf-httpbis-http2.xml 20 20 21 9) (maybe unnecessary ...) svn ps svn:mime-type "text/xml" draft*xml ; svn ps svn:eol-style native draft*txt draft*xml21 9) mv draft-ietf-httpbis-http2.txt draft-ietf-httpbis-http2-NN.txt ; svn add draft-ietf-httpbis-http2-NN.tx ; tsvn ps svn:eol-style native draft*txt 22 22 23 23 10) cd ../latest -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r2127 r2148 406 406 } 407 407 @bottom-center { 408 content: "Expires July 2 2, 2013";408 content: "Expires July 25, 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="2013-01- 18">449 <meta name="dct.issued" scheme="ISO8601" content="2013-01-21"> 450 450 <meta name="dct.abstract" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolicted push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified."> 451 451 <meta name="description" content="This document describes an optimised expression of the semantics of the HTTP protocol. The HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing compressed headers, simultaneous requests, and unsolicted push of resources from server to client. This document is an alternative to, but does not obsolete RFC{http-p1}. The HTTP protocol semantics described in RFC{http-p2..p7} are unmodified."> … … 467 467 </tr> 468 468 <tr> 469 <td class="left">Expires: July 2 2, 2013</td>469 <td class="left">Expires: July 25, 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">January 18, 2013</td>490 <td class="right">January 21, 2013</td> 491 491 </tr> 492 492 </tbody> … … 521 521 in progress”. 522 522 </p> 523 <p>This Internet-Draft will expire on July 2 2, 2013.</p>523 <p>This Internet-Draft will expire on July 25, 2013.</p> 524 524 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 525 525 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r2127 r2148 67 67 This document describes an optimised expression of the semantics of the HTTP protocol. The 68 68 HTTP/2.0 encapsulation enables more efficient transfer of resources over HTTP by providing 69 compressed headers, simultaneous requests, and unsolic ted push of resources from server to69 compressed headers, simultaneous requests, and unsolicited push of resources from server to 70 70 client. 71 71 </t> … … 98 98 </t> 99 99 <t> 100 The changes in this draft are summarized in <xref target="changes.since.draft-ietf-httpbis-http2-0 0"/>.100 The changes in this draft are summarized in <xref target="changes.since.draft-ietf-httpbis-http2-01"/>. 101 101 </t> 102 102 </note> … … 1609 1609 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 1610 1610 1611 <section title="Since draft-ietf-httpbis-http2-01" anchor="changes.since.draft-ietf-httpbis-http2-01"> 1612 <t> 1613 None yet 1614 </t> 1615 </section> 1611 1616 <section title="Since draft-ietf-httpbis-http2-00" anchor="changes.since.draft-ietf-httpbis-http2-00"> 1612 1617 <t>
Note: See TracChangeset
for help on using the changeset viewer.