Changeset 668 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 06/08/09 15:46:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r667 r668 1698 1698 </texttable> 1699 1699 </section> 1700 1701 <section title="Content Coding Registry" anchor="content.coding.registration"> 1702 <t> 1703 The registration procedure for HTTP Content Codings is now defined 1704 by <xref target="content.codings"/> of this document. 1705 </t> 1706 <t> 1707 The HTTP Content Codings Registry located at <eref target="http://www.iana.org/assignments/http-parameters"/> 1708 should be updated with the registrations below: 1709 </t> 1710 <texttable align="left" suppress-title="true" anchor="iana.content.coding.registration.table"> 1711 <ttcol>Registry Name</ttcol> 1712 <ttcol>Description</ttcol> 1713 <ttcol>Reference</ttcol> 1714 <c>compress</c> 1715 <c>UNIX "compress" program method</c> 1716 <c> 1717 <xref target="content.codings"/> 1718 </c> 1719 <c>deflate</c> 1720 <c>"zlib" format <xref target="RFC1950"/> with "deflate" compression</c> 1721 <c> 1722 <xref target="content.codings"/> 1723 </c> 1724 <c>gzip</c> 1725 <c>Same as GNU zip <xref target="RFC1952"/></c> 1726 <c> 1727 <xref target="content.codings"/> 1728 </c> 1729 <c>identity</c> 1730 <c>No transformation</c> 1731 <c> 1732 <xref target="content.codings"/> 1733 </c> 1734 </texttable> 1735 </section> 1736 1700 1737 </section> 1701 1738 … … 3068 3105 IANA Considerations subsection) 3069 3106 </t> 3107 <t> 3108 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/149"/>: 3109 "update IANA requirements wrt Content-Coding values" (add the 3110 IANA Considerations subsection) 3111 </t> 3070 3112 </list> 3071 3113 </t>
Note: See TracChangeset
for help on using the changeset viewer.