Changeset 321
- Timestamp:
- 28/08/08 20:06:55 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r308 r321 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">August 10, 2008</td>475 <td class="header right">August 28, 2008</td> 476 476 </tr> 477 477 </table> … … 826 826 <div id="rfc.iref.h.1"></div> 827 827 <h2 id="rfc.section.7.1"><a href="#rfc.section.7.1">7.1</a> <a id="header.etag" href="#header.etag">ETag</a></h2> 828 <p id="rfc.section.7.1.p.1">The ETag response-header field provides the current value of the entity tag for the requested variant. The headers used with 829 entity tags are described in Sections <a href="#header.if-match" id="rfc.xref.header.if-match.2" title="If-Match">7.2</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.2" title="If-None-Match">7.4</a> of this document, and in <a href="p5-range.html#header.if-range" title="If-Range">Section 6.3</a> of <a href="#Part5" id="rfc.xref.Part5.4"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>. The entity tag <em class="bcp14">MAY</em> be used for comparison with other entities from the same resource (see <a href="#weak.and.strong.validators" title="Weak and Strong Validators">Section 5</a>). 828 <p id="rfc.section.7.1.p.1">The ETag response-header field provides the current value of the entity tag (see <a href="#entity.tags" title="Entity Tags">Section 3</a>) for the requested variant. The headers used with entity tags are described in Sections <a href="#header.if-match" id="rfc.xref.header.if-match.2" title="If-Match">7.2</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.2" title="If-None-Match">7.4</a> of this document, and in <a href="p5-range.html#header.if-range" title="If-Range">Section 6.3</a> of <a href="#Part5" id="rfc.xref.Part5.4"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>. The entity tag <em class="bcp14">MAY</em> be used for comparison with other entities from the same resource (see <a href="#weak.and.strong.validators" title="Weak and Strong Validators">Section 5</a>). 830 829 </p> 831 830 <div id="rfc.figure.u.4"></div><pre class="inline"><span id="rfc.iref.g.4"></span> <a href="#header.etag" class="smpl">ETag</a> = "ETag" ":" <a href="#entity.tags" class="smpl">entity-tag</a> -
draft-ietf-httpbis/latest/p4-conditional.xml
r308 r321 652 652 <t> 653 653 The ETag response-header field provides the current value of the 654 entity tag for the requested variant. The headers used with entity 654 entity tag (see <xref target="entity.tags"/>) for the requested variant. 655 The headers used with entity 655 656 tags are described in Sections <xref target="header.if-match" format="counter"/> 656 657 and <xref target="header.if-none-match" format="counter"/> of this document,
Note: See TracChangeset
for help on using the changeset viewer.