Changeset 2294 for draft-ietf-httpbis/latest
- Timestamp:
- 16/06/13 11:00:10 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2293 r2294 449 449 } 450 450 @bottom-center { 451 content: "Expires December 1 7, 2013";451 content: "Expires December 18, 2013"; 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-06-1 5">496 <meta name="dct.issued" scheme="ISO8601" content="2013-06-16"> 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">June 1 5, 2013</td>524 <td class="right">June 16, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: December 1 7, 2013</td>527 <td class="left">Expires: December 18, 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 December 1 7, 2013.</p>555 <p>This Internet-Draft will expire on December 18, 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> … … 3050 3050 <div id="rfc.iref.v.1"></div> 3051 3051 <h3 id="rfc.section.7.1.4"><a href="#rfc.section.7.1.4">7.1.4</a> <a id="header.vary" href="#header.vary">Vary</a></h3> 3052 <p id="rfc.section.7.1.4.p.1">The "Vary" header field describes what parts of a request message, aside from the method and request target, might influence3053 t he origin server's process for selecting and representing the response. The value consists of either a single asterisk ("*")3054 or a list of header field names (case-insensitive).3052 <p id="rfc.section.7.1.4.p.1">The "Vary" header field describes what parts of a request message, aside from the method, the Host header field and the request 3053 target, might influence the origin server's process for selecting and representing the response. The value consists of either 3054 a single asterisk ("*") or a list of header field names (case-insensitive). 3055 3055 </p> 3056 3056 <div id="rfc.figure.u.57"></div><pre class="inline"><span id="rfc.iref.g.59"></span> <a href="#header.vary" class="smpl">Vary</a> = "*" / 1#<a href="#imported.abnf" class="smpl">field-name</a> … … 4516 4516 </li> 4517 4517 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/459">http://tools.ietf.org/wg/httpbis/trac/ticket/459</a>>: "RFC2774 and method registrations" 4518 </li> 4519 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/488">http://tools.ietf.org/wg/httpbis/trac/ticket/488</a>>: "Selection based upon request target" 4518 4520 </li> 4519 4521 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2293 r2294 3985 3985 <t> 3986 3986 The "Vary" header field describes what parts of a request message, aside 3987 from the method and request target, might influence the origin server's3988 process for selecting and representing the response. The value consists of3989 either a single asterisk ("*") or a list of header field names3990 (case-insensitive).3987 from the method, the Host header field and the request target, might 3988 influence the origin server's process for selecting and representing the 3989 response. The value consists of either a single asterisk ("*") or a list of 3990 header field names (case-insensitive). 3991 3991 </t> 3992 3992 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Vary"/> … … 6379 6379 "RFC2774 and method registrations" 6380 6380 </t> 6381 <t> 6382 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/488"/>: 6383 "Selection based upon request target" 6384 </t> 6381 6385 </list> 6382 6386 </t>
Note: See TracChangeset
for help on using the changeset viewer.