Changeset 1423 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 31/08/11 22:27:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r1415 r1423 1101 1101 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Encoding"/><iref primary="true" item="Grammar" subitem="codings"/> 1102 1102 <x:ref>Accept-Encoding</x:ref> = #( <x:ref>codings</x:ref> [ <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> "q=" <x:ref>qvalue</x:ref> ] ) 1103 <x:ref>codings</x:ref> = <x:ref>content-coding</x:ref> 1104 / "identity" 1105 / "*" 1103 <x:ref>codings</x:ref> = <x:ref>content-coding</x:ref> / "identity" / "*" 1106 1104 </artwork></figure> 1107 1105 <t> … … 1561 1559 &gzip-coding; 1562 1560 </c> 1561 <c>identity</c> 1562 <c>reserved (synonym for "no encoding" in Accept-Encoding header field)</c> 1563 <c> 1564 <xref target="header.accept-encoding"/> 1565 </c> 1563 1566 </texttable> 1564 1567 </section>
Note: See TracChangeset
for help on using the changeset viewer.