Changeset 1790
- Timestamp:
- 15/07/12 15:46:22 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1786 r1790 2743 2743 as ..." dialog instead of automatic decompression and rendering of content). 2744 2744 </p> 2745 <p id="rfc.section.9.6.p.7">A representation that has a content-coding applied to it <em class="bcp14">MUST</em> include a Content-Encoding header field (<a href="#header.content-encoding" id="rfc.xref.header.content-encoding.3" title="Content-Encoding">Section 9.6</a>)that lists the content-coding(s) applied.2745 <p id="rfc.section.9.6.p.7">A representation that has a content-coding applied to it <em class="bcp14">MUST</em> include a Content-Encoding header field that lists the content-coding(s) applied. 2746 2746 </p> 2747 2747 <p id="rfc.section.9.6.p.8">If multiple encodings have been applied to a representation, the content codings <em class="bcp14">MUST</em> be listed in the order in which they were applied. Additional information about the encoding parameters <em class="bcp14">MAY</em> be provided by other header fields not defined by this specification. … … 3411 3411 <td class="left">http</td> 3412 3412 <td class="left">standard</td> 3413 <td class="left"> <a href="#header.content-encoding" id="rfc.xref.header.content-encoding. 4" title="Content-Encoding">Section 9.6</a>3413 <td class="left"> <a href="#header.content-encoding" id="rfc.xref.header.content-encoding.3" title="Content-Encoding">Section 9.6</a> 3414 3414 </td> 3415 3415 </tr> … … 4743 4743 <li>CONNECT method <a href="#rfc.iref.c.2"><b>2.3.8</b></a>, <a href="#rfc.xref.CONNECT.1">11.1</a>, <a href="#rfc.xref.CONNECT.2">C</a></li> 4744 4744 <li>content negotiation <a href="#rfc.iref.c.1">1</a></li> 4745 <li>Content-Encoding header field <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.c.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3"> 9.6</a>, <a href="#rfc.xref.header.content-encoding.4">11.3</a></li>4745 <li>Content-Encoding header field <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.c.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">11.3</a></li> 4746 4746 <li>Content-Language header field <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.c.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">11.3</a></li> 4747 4747 <li>Content-Location header field <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.c.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">11.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li> … … 4845 4845 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">3.2</a>, <a href="#rfc.xref.header.accept-language.2">8.1</a>, <a href="#rfc.iref.h.5"><b>9.4</b></a>, <a href="#rfc.xref.header.accept-language.3">11.3</a></li> 4846 4846 <li>Allow <a href="#rfc.xref.header.allow.1">2</a>, <a href="#rfc.xref.header.allow.2">3.3</a>, <a href="#rfc.iref.h.6"><b>9.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4847 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.h.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3"> 9.6</a>, <a href="#rfc.xref.header.content-encoding.4">11.3</a></li>4847 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.h.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">11.3</a></li> 4848 4848 <li>Content-Language <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.h.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">11.3</a></li> 4849 4849 <li>Content-Location <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.h.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">11.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1786 r1790 3283 3283 <t> 3284 3284 A representation that has a content-coding applied to it &MUST; include 3285 a Content-Encoding header field (<xref target="header.content-encoding"/>) 3286 that lists the content-coding(s) applied. 3285 a Content-Encoding header field that lists the content-coding(s) applied. 3287 3286 </t> 3288 3287 <t>
Note: See TracChangeset
for help on using the changeset viewer.