Changeset 1474
- Timestamp:
- 11/11/11 16:39:34 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1472 r1474 359 359 } 360 360 @bottom-center { 361 content: "Expires May 8, 2012";361 content: "Expires May 14, 2012"; 362 362 } 363 363 @bottom-right { … … 411 411 <meta name="dct.creator" content="Reschke, J. F."> 412 412 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 413 <meta name="dct.issued" scheme="ISO8601" content="2011-11- 05">413 <meta name="dct.issued" scheme="ISO8601" content="2011-11-11"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 415 415 <meta name="dct.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 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: May 8, 2012</td>444 <td class="left">Expires: May 14, 2012</td> 445 445 <td class="right">HP</td> 446 446 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">November 5, 2011</td>497 <td class="right">November 11, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on May 8, 2012.</p>527 <p>This Internet-Draft will expire on May 14, 2012.</p> 528 528 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 529 529 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1880 1880 the request was issued. 1881 1881 </p> 1882 <div class="note" id="rfc.section.7.3.8.p.4"> 1883 <p> <b>Note:</b> This status code is similar to 302 Found, except that it does not allow rewriting the request method from POST to GET. There 1884 is no equivalent counterpart for 301 Moved Permanently. 1885 </p> 1886 </div> 1882 1887 <h2 id="rfc.section.7.4"><a href="#rfc.section.7.4">7.4</a> <a id="status.4xx" href="#status.4xx">Client Error 4xx</a></h2> 1883 1888 <p id="rfc.section.7.4.p.1">The 4xx class of status code is intended for cases in which the client seems to have erred. Except when responding to a HEAD … … 3394 3399 </ul> 3395 3400 <h2 id="rfc.section.C.19"><a href="#rfc.section.C.19">C.19</a> <a id="changes.since.17" href="#changes.since.17">Since draft-ietf-httpbis-p2-semantics-17</a></h2> 3396 <p id="rfc.section.C.19.p.1">No changes yet.</p> 3401 <p id="rfc.section.C.19.p.1">Closed issues: </p> 3402 <ul> 3403 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/312">http://tools.ietf.org/wg/httpbis/trac/ticket/312</a>>: "should there be a permanent variant of 307" 3404 </li> 3405 </ul> 3397 3406 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 3398 3407 <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> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1472 r1474 1906 1906 change the conditions under which the request was issued. 1907 1907 </t> 1908 <x:note> 1909 <t> 1910 <x:h>Note:</x:h> This status code is similar to 302 Found, except that 1911 it does not allow rewriting the request method from POST to GET. There is 1912 no equivalent counterpart for 301 Moved Permanently. 1913 </t> 1914 </x:note> 1908 1915 </section> 1909 1916 </section> … … 4685 4692 <section title="Since draft-ietf-httpbis-p2-semantics-17" anchor="changes.since.17"> 4686 4693 <t> 4687 No changes yet. 4694 Closed issues: 4695 <list style="symbols"> 4696 <t> 4697 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/312"/>: 4698 "should there be a permanent variant of 307" 4699 </t> 4700 </list> 4688 4701 </t> 4689 4702 </section>
Note: See TracChangeset
for help on using the changeset viewer.