Changeset 115 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 30/12/07 14:56:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r113 r115 17 17 <!ENTITY caching "<xref target='Part6' x:rel='#caching' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 18 <!ENTITY payload "<xref target='Part3' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 <!ENTITY media-types "<xref target='Part3' x:rel='#media.types' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY content-codings "<xref target='Part3' x:rel='#content.codings' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 21 <!ENTITY CONNECT "<xref target='Part2' x:rel='#CONNECT' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 22 <!ENTITY content.negotiation "<xref target='Part3' x:rel='#content.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 208 210 <note title="Editorial Note (To be removed by RFC Editor)"> 209 211 <t> 210 This version of the HTTP specification contains only minimal editorial211 changes from <xref target="RFC2616"/> (abstract, introductory paragraph,212 and authors' addresses). All other changes are due to partitioning the213 original into seven mostly independent parts. The intent is for readers214 of future drafts to able to use draft 00 as the basis for comparison215 when the WG makes later changes to the specification text. This draft216 will shortly be followed by draft 01 (containing the first round of changes217 that have already been agreed to on the mailing list). There is no point in218 reviewing this draft other than to verify that the partitioning has been219 done correctly. Roy T. Fielding, Yves Lafon, and Julian Reschke220 will be the editors after draft 00 is submitted.221 </t>222 <t>223 212 Discussion of this draft should take place on the HTTPBIS working group 224 213 mailing list (ietf-http-wg@w3.org). The current issues list is … … 847 836 protocol elements except the entity-body (see <xref target="tolerant.applications"/> for 848 837 tolerant applications). The end-of-line marker within an entity-body 849 is defined by its associated media type, as described in & payload;.838 is defined by its associated media type, as described in &media-types;. 850 839 </t> 851 840 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="CRLF"/> … … 1208 1197 transfer-coding value tokens. Initially, the registry contains the 1209 1198 following tokens: "chunked" (<xref target="chunked.transfer.encoding"/>), 1210 "gzip" (&payload;), "compress" (&payload;), and "deflate" (&payload;).1199 "gzip", "compress", and "deflate" (&content-codings;). 1211 1200 </t> 1212 1201 <t> 1213 1202 New transfer-coding value tokens &SHOULD; be registered in the same way 1214 as new content-coding value tokens (& payload;).1203 as new content-coding value tokens (&content-codings;). 1215 1204 </t> 1216 1205 <t> … … 2902 2891 </t> 2903 2892 <t> 2904 Jim Gettys (the current editor of this document) wishes particularly2905 to thank Roy Fielding, the previous editor of this document, along2893 Jim Gettys (the editor of <xref target="RFC2616"/>) wishes particularly 2894 to thank Roy Fielding, the editor of <xref target="RFC2068"/>, along 2906 2895 with John Klensin, Jeff Mogul, Paul Leach, Dave Kristol, Koen 2907 2896 Holtman, John Franks, Josh Cohen, Alex Hopmann, Scott Lawrence, and … … 3984 3973 </t> 3985 3974 </section> 3986 3987 </section> 3975 </section> 3976 3977 <section title="Change Log (to be removed by RFC Editor before publication)"> 3978 3979 <section title="Since RFC2616"> 3980 <t> 3981 Extracted relevant partitions from <xref target="RFC2616"/>. 3982 </t> 3983 </section> 3984 3985 <section title="Since draft-ietf-httpbis-p1-messaging-00"> 3986 <t> 3987 TBD. 3988 </t> 3989 </section> 3990 3991 </section> 3992 3988 3993 </back> 3989 3994 </rfc>
Note: See TracChangeset
for help on using the changeset viewer.