Changeset 767 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 03/03/10 16:14:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r764 r767 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2010-03-0 1">406 <meta name="dct.issued" scheme="ISO8601" content="2010-03-03"> 407 407 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 435 435 </tr> 436 436 <tr> 437 <td class="left">Expires: September 2, 2010</td>437 <td class="left">Expires: September 4, 2010</td> 438 438 <td class="right">HP</td> 439 439 </tr> … … 488 488 <tr> 489 489 <td class="left"></td> 490 <td class="right">March 1, 2010</td>490 <td class="right">March 3, 2010</td> 491 491 </tr> 492 492 </tbody> … … 520 520 <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>. 521 521 </p> 522 <p>This Internet-Draft will expire in September 2, 2010.</p>522 <p>This Internet-Draft will expire in September 4, 2010.</p> 523 523 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 524 524 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1101 1101 http://EXAMPLE.com/%7Esmith/home.html 1102 1102 http://EXAMPLE.com:/%7esmith/home.html 1103 </pre><p id="rfc.section.2.6.3.p.5"> <span class="comment" id=" rfc.comment.1">[<a href="#rfc.comment.1" class="smpl">rfc.comment.1</a>: [[This paragraph does not belong here. --Roy]]]</span> If path-abempty is the empty string (i.e., there is no slash "/" path separator following the authority), then the "http"1103 </pre><p id="rfc.section.2.6.3.p.5"> <span class="comment" id="TODO-not-here">[<a href="#TODO-not-here" class="smpl">TODO-not-here</a>: This paragraph does not belong here. --roy]</span> If path-abempty is the empty string (i.e., there is no slash "/" path separator following the authority), then the "http" 1104 1104 URI <em class="bcp14">MUST</em> be given as "/" when used as a request-target (<a href="#request-target" title="request-target">Section 4.1.2</a>). If a proxy receives a host name which is not a fully qualified domain name, it <em class="bcp14">MAY</em> add its domain to the host name it received. If a proxy receives a fully qualified domain name, the proxy <em class="bcp14">MUST NOT</em> change the host name. 1105 1105 </p> … … 1838 1838 <h1 id="rfc.section.8"><a href="#rfc.section.8">8.</a> <a id="misc" href="#misc">Miscellaneous notes that may disappear</a></h1> 1839 1839 <h2 id="rfc.section.8.1"><a href="#rfc.section.8.1">8.1</a> <a id="scheme.aliases" href="#scheme.aliases">Scheme aliases considered harmful</a></h2> 1840 <p id="rfc.section.8.1.p.1"> <span class="comment" id=" rfc.comment.2">[<a href="#rfc.comment.2" class="smpl">rfc.comment.2</a>: TBS: describe why aliases like webcal are harmful.]</span>1840 <p id="rfc.section.8.1.p.1"> <span class="comment" id="TBD-aliases-harmful">[<a href="#TBD-aliases-harmful" class="smpl">TBD-aliases-harmful</a>: describe why aliases like webcal are harmful.]</span> 1841 1841 </p> 1842 1842 <h2 id="rfc.section.8.2"><a href="#rfc.section.8.2">8.2</a> <a id="http.proxy" href="#http.proxy">Use of HTTP for proxy communication</a></h2> 1843 <p id="rfc.section.8.2.p.1"> <span class="comment" id=" rfc.comment.3">[<a href="#rfc.comment.3" class="smpl">rfc.comment.3</a>: TBD: Configured to use HTTP to proxy HTTP or other protocols.]</span>1843 <p id="rfc.section.8.2.p.1"> <span class="comment" id="TBD-proxy-other">[<a href="#TBD-proxy-other" class="smpl">TBD-proxy-other</a>: Configured to use HTTP to proxy HTTP or other protocols.]</span> 1844 1844 </p> 1845 1845 <h2 id="rfc.section.8.3"><a href="#rfc.section.8.3">8.3</a> <a id="http.intercept" href="#http.intercept">Interception of HTTP for access control</a></h2> 1846 <p id="rfc.section.8.3.p.1"> <span class="comment" id=" rfc.comment.4">[<a href="#rfc.comment.4" class="smpl">rfc.comment.4</a>: TBD: Interception of HTTP traffic for initiating access control.]</span>1846 <p id="rfc.section.8.3.p.1"> <span class="comment" id="TBD-intercept">[<a href="#TBD-intercept" class="smpl">TBD-intercept</a>: Interception of HTTP traffic for initiating access control.]</span> 1847 1847 </p> 1848 1848 <h2 id="rfc.section.8.4"><a href="#rfc.section.8.4">8.4</a> <a id="http.others" href="#http.others">Use of HTTP by other protocols</a></h2> 1849 <p id="rfc.section.8.4.p.1"> <span class="comment" id=" rfc.comment.5">[<a href="#rfc.comment.5" class="smpl">rfc.comment.5</a>: TBD: Profiles of HTTP defined by other protocol. Extensions of HTTP like WebDAV.]</span>1849 <p id="rfc.section.8.4.p.1"> <span class="comment" id="TBD-profiles">[<a href="#TBD-profiles" class="smpl">TBD-profiles</a>: Profiles of HTTP defined by other protocol. Extensions of HTTP like WebDAV.]</span> 1850 1850 </p> 1851 1851 <h2 id="rfc.section.8.5"><a href="#rfc.section.8.5">8.5</a> <a id="http.media" href="#http.media">Use of HTTP by media type specification</a></h2> 1852 <p id="rfc.section.8.5.p.1"> <span class="comment" id=" rfc.comment.6">[<a href="#rfc.comment.6" class="smpl">rfc.comment.6</a>: TBD: Instructions on composing HTTP requests via hypertext formats.]</span>1852 <p id="rfc.section.8.5.p.1"> <span class="comment" id="TBD-hypertext">[<a href="#TBD-hypertext" class="smpl">TBD-hypertext</a>: Instructions on composing HTTP requests via hypertext formats.]</span> 1853 1853 </p> 1854 1854 <h1 id="rfc.section.9"><a href="#rfc.section.9">9.</a> <a id="header.field.definitions" href="#header.field.definitions">Header Field Definitions</a></h1>
Note: See TracChangeset
for help on using the changeset viewer.