Changeset 2184
- Timestamp:
- 19/02/13 12:38:12 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2180 r2184 449 449 } 450 450 @bottom-center { 451 content: "Expires August 15, 2013";451 content: "Expires August 23, 2013"; 452 452 } 453 453 @bottom-right { … … 483 483 <link rel="Chapter" href="#rfc.section.11" title="11 References"> 484 484 <link rel="Appendix" title="A Differences between HTTP and MIME" href="#rfc.section.A"> 485 <link rel="Appendix" title="B Significant changes from RFC 2616" href="#rfc.section.B">485 <link rel="Appendix" title="B Changes from RFC 2616" href="#rfc.section.B"> 486 486 <link rel="Appendix" title="C Imported ABNF" href="#rfc.section.C"> 487 487 <link rel="Appendix" title="D Collected ABNF" href="#rfc.section.D"> … … 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-02-1 1">496 <meta name="dct.issued" scheme="ISO8601" content="2013-02-19"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <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."> … … 522 522 <tr> 523 523 <td class="left">Intended status: Standards Track</td> 524 <td class="right">February 1 1, 2013</td>524 <td class="right">February 19, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: August 15, 2013</td>527 <td class="left">Expires: August 23, 2013</td> 528 528 <td class="right"></td> 529 529 </tr> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on August 15, 2013.</p>555 <p>This Internet-Draft will expire on August 23, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 787 787 </ul> 788 788 </li> 789 <li><a href="#rfc.section.B">B.</a> <a href="#changes.from.rfc.2616"> Significant changes from RFC 2616</a></li>789 <li><a href="#rfc.section.B">B.</a> <a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li> 790 790 <li><a href="#rfc.section.C">C.</a> <a href="#imported.abnf">Imported ABNF</a></li> 791 791 <li><a href="#rfc.section.D">D.</a> <a href="#collected.abnf">Collected ABNF</a></li> … … 2630 2630 <div id="rfc.iref.75"></div> 2631 2631 <h3 id="rfc.section.6.4.5"><a href="#rfc.section.6.4.5">6.4.5</a> <a id="status.305" href="#status.305">305 Use Proxy</a></h3> 2632 <p id="rfc.section.6.4.5.p.1">The <dfn>305 (Use Proxy)</dfn> status code was defined in a previous version of this specification and is now deprecated (<a href="#changes.from.rfc.2616" title=" Significant changes from RFC 2616">Appendix B</a>).2632 <p id="rfc.section.6.4.5.p.1">The <dfn>305 (Use Proxy)</dfn> status code was defined in a previous version of this specification and is now deprecated (<a href="#changes.from.rfc.2616" title="Changes from RFC 2616">Appendix B</a>). 2633 2633 </p> 2634 2634 <div id="rfc.iref.75"></div> … … 4173 4173 type (<a href="p5-range.html#internet.media.type.multipart.byteranges" title="Internet Media Type multipart/byteranges">Appendix A</a> of <a href="#Part5" id="rfc.xref.Part5.12"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Range Requests">[Part5]</cite></a>), does not interpret the content or any MIME header lines that might be contained therein. 4174 4174 </p> 4175 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616"> Significant changes from RFC 2616</a></h1>4175 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h1> 4176 4176 <p id="rfc.section.B.p.1">The primary changes in this revision have been editorial in nature: extracting the messaging syntax and partitioning HTTP 4177 4177 semantics into separate documents for the core features, conditional requests, partial requests, caching, and authentication. -
draft-ietf-httpbis/latest/p2-semantics.xml
r2179 r2184 5823 5823 </section> 5824 5824 5825 <section title=" Significant changes from RFC 2616" anchor="changes.from.rfc.2616">5825 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 5826 5826 <t> 5827 5827 The primary changes in this revision have been editorial in nature:
Note: See TracChangeset
for help on using the changeset viewer.