Changeset 664
- Timestamp:
- 06/08/09 14:12:50 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r662 r664 148 148 border-style: none none inset none; 149 149 border-width: 1px; 150 } 151 table.left { 152 margin-right: auto; 153 } 154 table.right { 155 margin-left: auto; 156 } 157 table.center { 158 margin-left: auto; 159 margin-right: auto; 150 160 } 151 161 caption { … … 372 382 <link rel="Appendix" title="C Collected ABNF" href="#rfc.section.C"> 373 383 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 374 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.44 5, 2009-08-01 14:05:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">384 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.447, 2009-08-04 19:54:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 375 385 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 376 386 <meta name="DC.Creator" content="Fielding, R."> … … 384 394 <meta name="DC.Creator" content="Reschke, J. F."> 385 395 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 386 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-08 ">396 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-08-06"> 387 397 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 388 398 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 415 425 </tr> 416 426 <tr> 417 <td class="header left">Expires: February 2, 2010</td>427 <td class="header left">Expires: February 7, 2010</td> 418 428 <td class="header right">HP</td> 419 429 </tr> … … 468 478 <tr> 469 479 <td class="header left"></td> 470 <td class="header right">August 1, 2009</td>480 <td class="header right">August 6, 2009</td> 471 481 </tr> 472 482 </table> … … 492 502 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 493 503 </p> 494 <p>This Internet-Draft will expire in February 2, 2010.</p>504 <p>This Internet-Draft will expire in February 7, 2010.</p> 495 505 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 496 506 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 2008 2018 <div id="rfc.table.1"> 2009 2019 <div id="iana.header.registration.table"></div> 2010 <table class="tt full " cellpadding="3" cellspacing="0">2020 <table class="tt full left" cellpadding="3" cellspacing="0"> 2011 2021 <thead> 2012 2022 <tr> … … 2209 2219 <div id="rfc.table.2"> 2210 2220 <div id="iana.transfer.coding.registration.table"></div> 2211 <table class="tt full " cellpadding="3" cellspacing="0">2221 <table class="tt full left" cellpadding="3" cellspacing="0"> 2212 2222 <thead> 2213 2223 <tr> … … 3027 3037 <p id="rfc.section.D.9.p.1">Closed issues: </p> 3028 3038 <ul> 3039 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/93">http://tools.ietf.org/wg/httpbis/trac/ticket/93</a>>: "Repeating single-value headers" 3040 </li> 3029 3041 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/157">http://tools.ietf.org/wg/httpbis/trac/ticket/157</a>>: "IP addresses in URLs" 3030 3042 </li> -
draft-ietf-httpbis/latest/p1-messaging.xml
r662 r664 4959 4959 <list style="symbols"> 4960 4960 <t> 4961 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/93"/>: 4962 "Repeating single-value headers" 4963 </t> 4964 <t> 4961 4965 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/157"/>: 4962 4966 "IP addresses in URLs"
Note: See TracChangeset
for help on using the changeset viewer.