Changeset 2324 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 29/07/13 20:08:01 (10 years ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.