Changeset 2388
- Timestamp:
- 13/09/13 13:40:56 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r2387 r2388 1054 1054 </p> 1055 1055 <h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a> <a id="header.if-range" href="#header.if-range">If-Range</a></h2> 1056 <p id="rfc.section.3.5.p.1">The "If-Range" header field provides a special conditional request mechanism that is similar to the <a href="#header.if-match" class="smpl">If-Match</a> and <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> fields but instructs the recipient to ignore the <a href="p5-range.html#header.range" class="smpl">Range</a> header field if the validator doesn't match, resulting in transfer of the new selected representation instead of a 412 response.1056 <p id="rfc.section.3.5.p.1">The "If-Range" header field provides a special conditional request mechanism that is similar to the <a href="#header.if-match" class="smpl">If-Match</a> and <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> header fields but instructs the recipient to ignore the <a href="p5-range.html#header.range" class="smpl">Range</a> header field if the validator doesn't match, resulting in transfer of the new selected representation instead of a 412 response. 1057 1057 If-Range is defined in <a href="p5-range.html#header.if-range" title="If-Range">Section 3.2</a> of <a href="#Part5" id="rfc.xref.Part5.1"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Range Requests">[Part5]</cite></a>. 1058 1058 </p> -
draft-ietf-httpbis/latest/p4-conditional.xml
r2387 r2388 935 935 The "If-Range" header field provides a special conditional request 936 936 mechanism that is similar to the <x:ref>If-Match</x:ref> and 937 <x:ref>If-Unmodified-Since</x:ref> fields but instructs the recipient to937 <x:ref>If-Unmodified-Since</x:ref> header fields but instructs the recipient to 938 938 ignore the <x:ref>Range</x:ref> header field if the validator doesn't 939 939 match, resulting in transfer of the new selected representation instead of
Note: See TracChangeset
for help on using the changeset viewer.