Changeset 2393 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 14/09/13 14:26:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2391 r2393 446 446 } 447 447 @bottom-center { 448 content: "Expires March 1 7, 2014";448 content: "Expires March 18, 2014"; 449 449 } 450 450 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-09-1 3">493 <meta name="dct.issued" scheme="ISO8601" content="2013-09-14"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 495 495 <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."> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">September 1 3, 2013</td>521 <td class="right">September 14, 2013</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: March 1 7, 2014</td>524 <td class="left">Expires: March 18, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 550 550 in progress”. 551 551 </p> 552 <p>This Internet-Draft will expire on March 1 7, 2014.</p>552 <p>This Internet-Draft will expire on March 18, 2014.</p> 553 553 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 554 554 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1245 1245 (e.g., a <a href="#status.300" class="smpl">300 (Multiple Choices)</a> response to a GET request). 1246 1246 </p> 1247 <p id="rfc.section.3.4.2.p.3">A server might choose not to send an initial representation, other than th an the list of alternatives, and thereby indicate1248 thatreactive negotiation by the user agent is preferred. For example, the alternatives listed in responses with the <a href="#status.300" class="smpl">300 (Multiple Choices)</a> and <a href="#status.406" class="smpl">406 (Not Acceptable)</a> status codes include information about the available representations so that the user or user agent can react by making a1247 <p id="rfc.section.3.4.2.p.3">A server might choose not to send an initial representation, other than the list of alternatives, and thereby indicate that 1248 reactive negotiation by the user agent is preferred. For example, the alternatives listed in responses with the <a href="#status.300" class="smpl">300 (Multiple Choices)</a> and <a href="#status.406" class="smpl">406 (Not Acceptable)</a> status codes include information about the available representations so that the user or user agent can react by making a 1249 1249 selection. 1250 1250 </p>
Note: See TracChangeset
for help on using the changeset viewer.