Changeset 2324
- Timestamp:
- 29/07/13 20:08:01 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2323 r2324 3053 3053 <div id="rfc.iref.v.1"></div> 3054 3054 <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> 3055 <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 request3056 target, might influence the origin server's process for selecting and representing the response. The value consists of either3057 a single asterisk ("*") or a list of header field names (case-insensitive).3055 <p id="rfc.section.7.1.4.p.1">The "Vary" header field in a response describes what parts of a request message, aside from the method, Host header field, 3056 and request target, might influence the origin server's process for selecting and representing this response. The value consists 3057 of either a single asterisk ("*") or a list of header field names (case-insensitive). 3058 3058 </p> 3059 3059 <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> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2323 r2324 3989 3989 <x:anchor-alias value="Vary"/> 3990 3990 <t> 3991 The "Vary" header field describes what parts of a request message, aside3992 from the method, the Host header field and the request target, might3993 influence the origin server's process for selecting and representing the3994 response. The value consists of either a single asterisk ("*") or a list of3995 header field names (case-insensitive).3991 The "Vary" header field in a response describes what parts of a request 3992 message, aside from the method, Host header field, and request target, 3993 might influence the origin server's process for selecting and representing 3994 this response. The value consists of either a single asterisk ("*") or a 3995 list of header field names (case-insensitive). 3996 3996 </t> 3997 3997 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Vary"/>
Note: See TracChangeset
for help on using the changeset viewer.