Changeset 2310 for draft-ietf-httpbis/latest
- Timestamp:
- 25/07/13 16:54:54 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2304 r2310 449 449 } 450 450 @bottom-center { 451 content: "Expires January 16, 2014";451 content: "Expires January 26, 2014"; 452 452 } 453 453 @bottom-right { … … 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-07- 15">496 <meta name="dct.issued" scheme="ISO8601" content="2013-07-25"> 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">July 15, 2013</td>524 <td class="right">July 25, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: January 16, 2014</td>527 <td class="left">Expires: January 26, 2014</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 January 16, 2014.</p>555 <p>This Internet-Draft will expire on January 26, 2014.</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> … … 2411 2411 </table> 2412 2412 </div> 2413 <p id="rfc.section.6.1.p.2">Note that this list is not exhaustive — it does not include extension status codes defined in other specifications.</p> 2413 <p id="rfc.section.6.1.p.2">Note that this list is not exhaustive — it does not include extension status codes defined in other specifications. The complete 2414 list of status codes is maintained by IANA. See <a href="#status.code.registry" title="Status Code Registry">Section 8.2</a> for details. 2415 </p> 2414 2416 <p id="rfc.section.6.1.p.3">Responses with status codes that are defined as cacheable by default (e.g., 200, 203, 206, 300, 301, and 410 in this specification) 2415 2417 can be reused by a cache with heuristic expiration unless otherwise indicated by the method definition or explicit cache controls <a href="#Part6" id="rfc.xref.Part6.10"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a>; all other status codes are not cacheable by default. -
draft-ietf-httpbis/latest/p2-semantics.xml
r2304 r2310 2700 2700 <t> 2701 2701 Note that this list is not exhaustive — it does not include 2702 extension status codes defined in other specifications. 2702 extension status codes defined in other specifications. The 2703 complete list of status codes is maintained by IANA. See 2704 <xref target="status.code.registry"/> for details. 2703 2705 </t> 2704 2706 <t>
Note: See TracChangeset
for help on using the changeset viewer.