Changeset 402
- Timestamp:
- 15/11/08 20:03:56 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r401 r402 1314 1314 apply to a resource. One example would be 1315 1315 </p> 1316 <div id="rfc.figure.u.37"></div><pre class="text"> 1316 <div id="rfc.figure.u.37"></div><pre class="text"> OPTIONS * HTTP/1.1 1317 1317 </pre><p id="rfc.section.5.1.2.p.5">The absolute-URI form is <em class="bcp14">REQUIRED</em> when the request is being made to a proxy. The proxy is requested to forward the request or service it from a valid cache, 1318 1318 and return the response. Note that the proxy <em class="bcp14">MAY</em> forward the request on to another proxy or directly to the server specified by the absolute-URI. In order to avoid request … … 1320 1320 Request-Line would be: 1321 1321 </p> 1322 <div id="rfc.figure.u.38"></div><pre class="text"> 1322 <div id="rfc.figure.u.38"></div><pre class="text"> GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1 1323 1323 </pre><p id="rfc.section.5.1.2.p.7">To allow for transition to absolute-URIs in all requests in future versions of HTTP, all HTTP/1.1 servers <em class="bcp14">MUST</em> accept the absolute-URI form in requests, even though HTTP/1.1 clients will only generate them in requests to proxies. 1324 1324 </p> … … 1329 1329 server would create a TCP connection to port 80 of the host "www.example.org" and send the lines: 1330 1330 </p> 1331 <div id="rfc.figure.u.39"></div><pre class="text"> 1332 1331 <div id="rfc.figure.u.39"></div><pre class="text"> GET /pub/WWW/TheProject.html HTTP/1.1 1332 Host: www.example.org 1333 1333 </pre><p id="rfc.section.5.1.2.p.11">followed by the remainder of the Request. Note that the absolute path cannot be empty; if none is present in the original 1334 1334 URI, it <em class="bcp14">MUST</em> be given as "/" (the server root). -
draft-ietf-httpbis/latest/p1-messaging.xml
r401 r402 1518 1518 </t> 1519 1519 <figure><artwork type="example"> 1520 1520 OPTIONS * HTTP/1.1 1521 1521 </artwork></figure> 1522 1522 <t> … … 1531 1531 </t> 1532 1532 <figure><artwork type="example"> 1533 1533 GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1 1534 1534 </artwork></figure> 1535 1535 <t> … … 1553 1553 </t> 1554 1554 <figure><artwork type="example"> 1555 1556 1555 GET /pub/WWW/TheProject.html HTTP/1.1 1556 Host: www.example.org 1557 1557 </artwork></figure> 1558 1558 <t>
Note: See TracChangeset
for help on using the changeset viewer.