Changeset 1881 for draft-ietf-httpbis
- Timestamp:
- 11/09/12 20:12:50 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1876 r1881 449 449 } 450 450 @bottom-center { 451 content: "Expires March 1 4, 2013";451 content: "Expires March 15, 2013"; 452 452 } 453 453 @bottom-right { … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2012-09-1 0">500 <meta name="dct.issued" scheme="ISO8601" content="2012-09-11"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 529 529 </tr> 530 530 <tr> 531 <td class="left">Expires: March 1 4, 2013</td>531 <td class="left">Expires: March 15, 2013</td> 532 532 <td class="right">greenbytes</td> 533 533 </tr> 534 534 <tr> 535 535 <td class="left"></td> 536 <td class="right">September 1 0, 2012</td>536 <td class="right">September 11, 2012</td> 537 537 </tr> 538 538 </tbody> … … 561 561 in progress”. 562 562 </p> 563 <p>This Internet-Draft will expire on March 1 4, 2013.</p>563 <p>This Internet-Draft will expire on March 15, 2013.</p> 564 564 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 565 565 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 5008 5008 </ul> 5009 5009 <h2 id="rfc.section.F.41"><a href="#rfc.section.F.41">F.41</a> <a id="changes.since.20" href="#changes.since.20">Since draft-ietf-httpbis-p2-semantics-20</a></h2> 5010 <p id="rfc.section.F.41.p.1">None yet.</p> 5010 <p id="rfc.section.F.41.p.1"> </p> 5011 <ul> 5012 <li>Properly explain what HTTP semantics are and why. Rewrite introductory description of methods. Rewrite definition of "safe" 5013 to be more operable and weaken the original same-origin restrictions to be more consistent with modern UAs. 5014 </li> 5015 </ul> 5011 5016 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 5012 5017 <p class="noprint"><a href="#rfc.index.1">1</a> <a href="#rfc.index.2">2</a> <a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.5">5</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.V">V</a> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1876 r1881 7248 7248 <section title="Since draft-ietf-httpbis-p2-semantics-20" anchor="changes.since.20"> 7249 7249 <t> 7250 None yet. 7250 <list style="symbols"> 7251 <t> 7252 Properly explain what HTTP semantics are and why. 7253 Rewrite introductory description of methods. 7254 Rewrite definition of "safe" to be more operable and weaken the original 7255 same-origin restrictions to be more consistent with modern UAs. 7256 </t> 7257 </list> 7251 7258 </t> 7252 7259 </section>
Note: See TracChangeset
for help on using the changeset viewer.