Changeset 452
- Timestamp:
- 28/02/09 04:29:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r451 r452 568 568 <t> 569 569 The "http" scheme is used to locate network resources via the HTTP 570 protocol. This section defines the syntax and semantics for identifiers 571 using the http or https URI schemes. 570 protocol. 572 571 </t> 573 572 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="http-URI"/> … … 587 586 name. 588 587 </t> 588 </section> 589 590 <section title="https URI scheme" anchor="https.uri"> 591 <iref item="https URI scheme"/> 592 <iref item="URI scheme" subitem="https"/> 593 <t> 594 <cref>TBD: Define and explain purpose of https scheme.</cref> 595 </t> 589 596 <t><list><t> 590 <iref item="https URI scheme"/>591 <iref item="URI scheme" subitem="https"/>592 597 <x:h>Note:</x:h> the "https" scheme is defined in <xref target="RFC2818"/>. 593 598 </t></list></t> … … 604 609 <t>Comparisons of host names &MUST; be case-insensitive;</t> 605 610 <t>Comparisons of scheme names &MUST; be case-insensitive;</t> 606 <t>An empty path-absolute is equivalent to an path-absolute of "/".</t> 607 </list> 608 </t> 609 <t> 610 Characters other than those in the "reserved" set (see 611 <xref target="RFC3986" x:fmt="," x:sec="2.2"/>) are equivalent to their 612 ""%" <x:ref>HEXDIG</x:ref> <x:ref>HEXDIG</x:ref>" encoding. 611 <t>An empty path-absolute is equivalent to a path-absolute of "/".</t> 612 <t>Characters other than those in the "reserved" set are equivalent to their 613 percent-encoded octets (see <xref target="RFC3986" x:fmt="," x:sec="2.1"/>). 614 </t> 615 </list> 613 616 </t> 614 617 <t> … … 1500 1503 <x:anchor-alias value="request-target"/> 1501 1504 <t> 1502 The request-target is a Uniform Resource Identifier (<xref target="uri"/>) and1505 The request-target 1503 1506 identifies the resource upon which to apply the request. 1504 1507 </t> … … 1583 1586 <t> 1584 1587 The request-target is transmitted in the format specified in 1585 <xref target="http.uri"/>. If the request-target is encoded using the 1586 "% <x:ref>HEXDIG</x:ref> <x:ref>HEXDIG</x:ref>" encoding 1587 (<xref target="RFC3986" x:fmt="," x:sec="2.4"/>), the origin server 1588 <xref target="http.uri"/>. If the request-target is percent-encoded 1589 (<xref target="RFC3986" x:fmt="," x:sec="2.1"/>), the origin server 1588 1590 &MUST; decode the request-target in order to 1589 1591 properly interpret the request. Servers &SHOULD; respond to invalid … … 1607 1609 HTTP does not place a pre-defined limit on the length of a request-target. 1608 1610 A server &MUST; be prepared to receive URIs of unbounded length and 1609 respond with the 414 ( Request-target too Long) status if the received1611 respond with the 414 (URI Too Long) status if the received 1610 1612 request-target would be longer than the server wishes to handle 1611 1613 (see &status-414;). … … 3355 3357 </reference> 3356 3358 3357 <reference anchor="RFC2045">3358 <front>3359 <title abbrev="Internet Message Bodies">Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>3360 <author initials="N." surname="Freed" fullname="Ned Freed">3361 <organization>Innosoft International, Inc.</organization>3362 <address><email>ned@innosoft.com</email></address>3363 </author>3364 <author initials="N.S." surname="Borenstein" fullname="Nathaniel S. Borenstein">3365 <organization>First Virtual Holdings</organization>3366 <address><email>nsb@nsb.fv.com</email></address>3367 </author>3368 <date month="November" year="1996"/>3369 </front>3370 <seriesInfo name="RFC" value="2045"/>3371 </reference>3372 3373 3359 <reference anchor="RFC2119"> 3374 3360 <front> … … 3574 3560 </reference> 3575 3561 3562 <reference anchor="RFC2045"> 3563 <front> 3564 <title abbrev="Internet Message Bodies">Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title> 3565 <author initials="N." surname="Freed" fullname="Ned Freed"> 3566 <organization>Innosoft International, Inc.</organization> 3567 <address><email>ned@innosoft.com</email></address> 3568 </author> 3569 <author initials="N.S." surname="Borenstein" fullname="Nathaniel S. Borenstein"> 3570 <organization>First Virtual Holdings</organization> 3571 <address><email>nsb@nsb.fv.com</email></address> 3572 </author> 3573 <date month="November" year="1996"/> 3574 </front> 3575 <seriesInfo name="RFC" value="2045"/> 3576 </reference> 3577 3576 3578 <reference anchor="RFC2047"> 3577 3579 <front>
Note: See TracChangeset
for help on using the changeset viewer.