Changeset 152 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 05/01/08 12:30:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r151 r152 3180 3180 </reference> 3181 3181 3182 <reference anchor="RFC4288"> 3183 <front> 3184 <title>Media Type Specifications and Registration Procedures</title> 3185 <author initials="N." surname="Freed" fullname="N. Freed"> 3186 <organization>Sun Microsystems</organization> 3187 <address> 3188 <email>ned.freed@mrochek.com</email> 3189 </address> 3190 </author> 3191 <author initials="J." surname="Klensin" fullname="J. Klensin"> 3192 <organization/> 3193 <address> 3194 <email>klensin+ietf@jck.com</email> 3195 </address> 3196 </author> 3197 <date year="2005" month="December"/> 3198 </front> 3199 <seriesInfo name="BCP" value="13"/> 3200 <seriesInfo name="RFC" value="4288"/> 3201 </reference> 3202 3182 3203 <reference anchor="USASCII"> 3183 3204 <front> … … 3617 3638 </references> 3618 3639 3619 <references title="References (to be categorized)"> 3620 3621 <reference anchor="RFC4288"> 3622 <front> 3623 <title>Media Type Specifications and Registration Procedures</title> 3624 <author initials="N." surname="Freed" fullname="N. Freed"> 3625 <organization>Sun Microsystems</organization> 3626 <address> 3627 <email>ned.freed@mrochek.com</email> 3628 </address> 3629 </author> 3630 <author initials="J." surname="Klensin" fullname="J. Klensin"> 3631 <organization/> 3632 <address> 3633 <email>klensin+ietf@jck.com</email> 3634 </address> 3635 </author> 3636 <date year="2005" month="December"/> 3637 </front> 3638 <seriesInfo name="BCP" value="13"/> 3639 <seriesInfo name="RFC" value="4288"/> 3640 </reference> 3641 3642 3643 </references> 3644 3645 <section title="Internet Media Type message/http and application/http" anchor="internet.media.type.http"> 3640 3641 <section title="Internet Media Types" anchor="internet.media.type.http"> 3642 <t> 3643 In addition to defining the HTTP/1.1 protocol, this document serves 3644 as the specification for the Internet media type "message/http" and 3645 "application/http". The following is to be registered with IANA <xref target="RFC4288"/>. 3646 </t> 3647 <section title="Internet Media Type message/http" anchor="internet.media.type.message.http"> 3646 3648 <iref item="Media Type" subitem="message/http" primary="true"/> 3647 3649 <iref item="message/http Media Type" primary="true"/> 3648 <iref item="Media Type" subitem="application/http" primary="true"/> 3649 <iref item="application/http Media Type" primary="true"/> 3650 <t> 3651 In addition to defining the HTTP/1.1 protocol, this document serves 3652 as the specification for the Internet media type "message/http" and 3653 "application/http". The message/http type can be used to enclose a 3654 single HTTP request or response message, provided that it obeys the 3655 MIME restrictions for all "message" types regarding line length and 3656 encodings. The application/http type can be used to enclose a 3657 pipeline of one or more HTTP request or response messages (not 3658 intermixed). The following is to be registered with IANA <xref target="RFC4288"/>. 3650 <t> 3651 The message/http type can be used to enclose a single HTTP request or 3652 response message, provided that it obeys the MIME restrictions for all 3653 "message" types regarding line length and encodings. 3659 3654 </t> 3660 3655 <t> 3661 3656 <list style="hanging" x:indent="12em"> 3662 <t hangText=" MediaType name:">3657 <t hangText="Type name:"> 3663 3658 message 3664 3659 </t> 3665 <t hangText=" Media subtype name:">3660 <t hangText="Subtype name:"> 3666 3661 http 3667 3662 </t> … … 3690 3685 none 3691 3686 </t> 3692 </list> 3687 <t hangText="Interoperability considerations:"> 3688 none 3689 </t> 3690 <t hangText="Published specification:"> 3691 This specification (see <xref target="internet.media.type.message.http"/>). 3692 </t> 3693 <t hangText="Applications that use this media type:"> 3694 </t> 3695 <t hangText="Additional information:"> 3696 <list style="hanging"> 3697 <t hangText="Magic number(s):">none</t> 3698 <t hangText="File extension(s):">none</t> 3699 <t hangText="Macintosh file type code(s):">none</t> 3700 </list> 3701 </t> 3702 <t hangText="Person and email address to contact for further information:"> 3703 See Authors Section. 3704 </t> 3705 <t hangText="Intended usage:"> 3706 COMMON 3707 </t> 3708 <t hangText="Restrictions on usage:"> 3709 none 3710 </t> 3711 <t hangText="Author/Change controller:"> 3712 IESG 3713 </t> 3714 </list> 3715 </t> 3716 </section> 3717 <section title="Internet Media Type application/http" anchor="internet.media.type.application.http"> 3718 <iref item="Media Type" subitem="application/http" primary="true"/> 3719 <iref item="application/http Media Type" primary="true"/> 3720 <t> 3721 The application/http type can be used to enclose a pipeline of one or more 3722 HTTP request or response messages (not intermixed). 3693 3723 </t> 3694 3724 <t> 3695 3725 <list style="hanging" x:indent="12em"> 3696 <t hangText=" MediaType name:">3726 <t hangText="Type name:"> 3697 3727 application 3698 3728 </t> 3699 <t hangText=" Media subtype name:">3729 <t hangText="Subtype name:"> 3700 3730 http 3701 3731 </t> … … 3727 3757 none 3728 3758 </t> 3729 </list> 3730 </t> 3759 <t hangText="Interoperability considerations:"> 3760 none 3761 </t> 3762 <t hangText="Published specification:"> 3763 This specification (see <xref target="internet.media.type.application.http"/>). 3764 </t> 3765 <t hangText="Applications that use this media type:"> 3766 </t> 3767 <t hangText="Additional information:"> 3768 <list style="hanging"> 3769 <t hangText="Magic number(s):">none</t> 3770 <t hangText="File extension(s):">none</t> 3771 <t hangText="Macintosh file type code(s):">none</t> 3772 </list> 3773 </t> 3774 <t hangText="Person and email address to contact for further information:"> 3775 See Authors Section. 3776 </t> 3777 <t hangText="Intended usage:"> 3778 COMMON 3779 </t> 3780 <t hangText="Restrictions on usage:"> 3781 none 3782 </t> 3783 <t hangText="Author/Change controller:"> 3784 IESG 3785 </t> 3786 </list> 3787 </t> 3788 </section> 3731 3789 </section> 3732 3790 … … 4026 4084 </t> 4027 4085 <t> 4086 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/35"/>: 4087 "Normative and Informative references" 4088 </t> 4089 <t> 4028 4090 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/42"/>: 4029 4091 "RFC2606 Compliance" … … 4061 4123 <t> 4062 4124 Other changes: 4063 <list style="symbols"> 4064 <t> 4065 Start work on categorizing references as "Normative" or "Informative".4125 <list style="symbols"> 4126 <t> 4127 Update media type registrations to use RFC4288 template. 4066 4128 </t> 4067 4129 </list>
Note: See TracChangeset
for help on using the changeset viewer.