Changeset 1663 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 23/05/12 14:20:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1662 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 17, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 502 502 <meta name="dct.creator" content="Reschke, J. F."> 503 503 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 504 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 16">504 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 505 505 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 506 506 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 534 534 </tr> 535 535 <tr> 536 <td class="left">Expires: November 17, 2012</td>536 <td class="left">Expires: November 24, 2012</td> 537 537 <td class="right">greenbytes</td> 538 538 </tr> 539 539 <tr> 540 540 <td class="left"></td> 541 <td class="right">May 16, 2012</td>541 <td class="right">May 23, 2012</td> 542 542 </tr> 543 543 </tbody> … … 572 572 in progress”. 573 573 </p> 574 <p>This Internet-Draft will expire on November 17, 2012.</p>574 <p>This Internet-Draft will expire on November 24, 2012.</p> 575 575 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 576 576 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 3044 3044 <a href="#header.upgrade" class="smpl">Upgrade</a> = *( "," OWS ) protocol *( OWS "," [ OWS protocol ] ) 3045 3045 3046 <a href="#header.via" class="smpl">Via</a> = *( "," OWS ) received-protocol RWS received-by [ RWS comment ]3047 *( OWS "," [ OWS received-protocol RWS received-by [ RWS comment ] ]3048 )3046 <a href="#header.via" class="smpl">Via</a> = *( "," OWS ) ( received-protocol RWS received-by [ RWS comment 3047 ] ) *( OWS "," [ OWS ( received-protocol RWS received-by [ RWS 3048 comment ] ) ] ) 3049 3049 3050 3050 <a href="#uri" class="smpl">absolute-URI</a> = <absolute-URI, defined in [RFC3986], Section 4.3>
Note: See TracChangeset
for help on using the changeset viewer.