Changeset 196 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 05/02/08 00:57:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r182 r196 1010 1010 </reference> 1011 1011 1012 <reference anchor="RFC4288"> 1013 <front> 1014 <title>Media Type Specifications and Registration Procedures</title> 1015 <author initials="N." surname="Freed" fullname="N. Freed"> 1016 <organization>Sun Microsystems</organization> 1017 <address> 1018 <email>ned.freed@mrochek.com</email> 1019 </address> 1020 </author> 1021 <author initials="J." surname="Klensin" fullname="J. Klensin"> 1022 <organization/> 1023 <address> 1024 <email>klensin+ietf@jck.com</email> 1025 </address> 1026 </author> 1027 <date year="2005" month="December"/> 1028 </front> 1029 <seriesInfo name="BCP" value="13"/> 1030 <seriesInfo name="RFC" value="4288"/> 1031 </reference> 1032 1012 1033 </references> 1013 1034 … … 1019 1040 content of multiple ranges (a response to a request for multiple 1020 1041 non-overlapping ranges), these are transmitted as a multipart 1021 message-body . The media type for this purpose is called1022 "multipart/byteranges". 1042 message-body <xref target="RFC2046"/>. The media type for this purpose is called 1043 "multipart/byteranges". The following is to be registered with IANA <xref target="RFC4288"/>. 1023 1044 </t><t> 1024 1045 The multipart/byteranges media type includes two or more parts, each … … 1029 1050 <t> 1030 1051 <list style="hanging" x:indent="12em"> 1031 <t hangText=" MediaType name:">1052 <t hangText="Type name:"> 1032 1053 multipart 1033 1054 </t> 1034 <t hangText=" Media subtype name:">1055 <t hangText="Subtype name:"> 1035 1056 byteranges 1036 1057 </t> … … 1046 1067 <t hangText="Security considerations:"> 1047 1068 none 1069 </t> 1070 <t hangText="Interoperability considerations:"> 1071 none 1072 </t> 1073 <t hangText="Published specification:"> 1074 This specification (see <xref target="internet.media.type.multipart.byteranges"/>). 1075 </t> 1076 <t hangText="Applications that use this media type:"> 1077 </t> 1078 <t hangText="Additional information:"> 1079 <list style="hanging"> 1080 <t hangText="Magic number(s):">none</t> 1081 <t hangText="File extension(s):">none</t> 1082 <t hangText="Macintosh file type code(s):">none</t> 1083 </list> 1084 </t> 1085 <t hangText="Person and email address to contact for further information:"> 1086 See Authors Section. 1087 </t> 1088 <t hangText="Intended usage:"> 1089 COMMON 1090 </t> 1091 <t hangText="Restrictions on usage:"> 1092 none 1093 </t> 1094 <t hangText="Author/Change controller:"> 1095 IESG 1048 1096 </t> 1049 1097 </list> … … 1160 1208 <section title="Since draft-ietf-httpbis-p5-range-01"> 1161 1209 <t> 1210 Updated media type registrations to use RFC4288 template. 1162 1211 </t> 1163 1212 </section>
Note: See TracChangeset
for help on using the changeset viewer.