Changeset 172 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 23/01/08 02:11:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r171 r172 556 556 <section title="Overall Operation" anchor="intro.overall.operation"> 557 557 <t> 558 The HTTP protocolis a request/response protocol. A client sends a558 HTTP is a request/response protocol. A client sends a 559 559 request to the server in the form of a request method, URI, and 560 560 protocol version, followed by a MIME-like message containing request … … 1031 1031 </t> 1032 1032 <t> 1033 The HTTP protocoldoes not place any a priori limit on the length of1033 HTTP does not place any a priori limit on the length of 1034 1034 a URI. Servers &MUST; be able to handle the URI of any resource they 1035 1035 serve, and &SHOULD; be able to handle URIs of unbounded length if they … … 2745 2745 (e.g. the user's name, location, mail address, passwords, encryption 2746 2746 keys, etc.), and &SHOULD; be very careful to prevent unintentional 2747 leakage of this information via the HTTP protocol to other sources.2747 leakage of this information. 2748 2748 We very strongly recommend that a convenient interface be provided 2749 2749 for the user to control dissemination of such information, and that … … 2761 2761 interest. This information is clearly confidential in nature and its 2762 2762 handling can be constrained by law in certain countries. People using 2763 the HTTP protocolto provide data are responsible for ensuring that2763 HTTP to provide data are responsible for ensuring that 2764 2764 such material is not distributed without the permission of any 2765 2765 individuals that are identifiable by the published results. … … 2881 2881 </t> 2882 2882 <t> 2883 The HTTP protocolhas evolved considerably over the years. It has2883 HTTP has evolved considerably over the years. It has 2884 2884 benefited from a large and active developer community--the many 2885 2885 people who have participated on the www-talk mailing list--and it is … … 3664 3664 <section title="Internet Media Types" anchor="internet.media.type.http"> 3665 3665 <t> 3666 In addition to defining the HTTP/1.1 protocol, this document serves3666 In addition to defining HTTP/1.1, this document serves 3667 3667 as the specification for the Internet media type "message/http" and 3668 3668 "application/http". The following is to be registered with IANA <xref target="RFC4288"/>.
Note: See TracChangeset
for help on using the changeset viewer.