Changeset 126
- Timestamp:
- 01/01/08 12:32:48 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r124 r126 971 971 </p> 972 972 <div id="rfc.figure.u.20"></div><pre class="inline"><span id="rfc.iref.g.22"></span><span id="rfc.iref.g.23"></span> Accept-Encoding = "Accept-Encoding" ":" 973 1#( codings [ ";" "q" "=" qvalue ] )973 #( codings [ ";" "q" "=" qvalue ] ) 974 974 codings = ( content-coding | "*" ) 975 975 </pre><p id="rfc.section.5.3.p.3">Examples of its use are:</p> … … 1489 1489 </li> 1490 1490 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/16">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/16</a>>: "Remove 'identity' token references" (<<a href="http://purl.org/NET/http-errata#identity">http://purl.org/NET/http-errata#identity</a>>) 1491 </li> 1492 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/25">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/25</a>>: "Accept-Encoding BNF" 1491 1493 </li> 1492 1494 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/46">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/46</a>>: "RFC1700 references" -
draft-ietf-httpbis/latest/p3-payload.xml
r124 r126 996 996 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Encoding"/><iref primary="true" item="Grammar" subitem="codings"/> 997 997 Accept-Encoding = "Accept-Encoding" ":" 998 1#( codings [ ";" "q" "=" qvalue ] )998 #( codings [ ";" "q" "=" qvalue ] ) 999 999 codings = ( content-coding | "*" ) 1000 1000 </artwork></figure> … … 2371 2371 </t> 2372 2372 <t> 2373 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/25"/>: 2374 "Accept-Encoding BNF" 2375 </t> 2376 <t> 2373 2377 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/46"/>: 2374 2378 "RFC1700 references"
Note: See TracChangeset
for help on using the changeset viewer.