Changeset 90
- Timestamp:
- 21/12/07 23:39:44 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r89 r90 1055 1055 </t> 1056 1056 <figure><artwork type="example"> 1057 http:// abc.com:80/~smith/home.html1058 http:// ABC.com/%7Esmith/home.html1059 http:// ABC.com:/%7esmith/home.html1057 http://example.com:80/~smith/home.html 1058 http://EXAMPLE.com/%7Esmith/home.html 1059 http://EXAMPLE.com:/%7esmith/home.html 1060 1060 </artwork></figure> 1061 1061 </section> … … 1598 1598 </t> 1599 1599 <figure><artwork type="example"> 1600 GET http://www. w3.org/pub/WWW/TheProject.html HTTP/1.11600 GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1 1601 1601 </artwork></figure> 1602 1602 <t> … … 1616 1616 be transmitted in a Host header field. For example, a client wishing 1617 1617 to retrieve the resource above directly from the origin server would 1618 create a TCP connection to port 80 of the host "www. w3.org" and send1618 create a TCP connection to port 80 of the host "www.example.org" and send 1619 1619 the lines: 1620 1620 </t> 1621 1621 <figure><artwork type="example"> 1622 1622 GET /pub/WWW/TheProject.html HTTP/1.1 1623 Host: www. w3.org1623 Host: www.example.org 1624 1624 </artwork></figure> 1625 1625 <t> … … 2361 2361 port for the service requested (e.g., "80" for an HTTP URL). For 2362 2362 example, a request on the origin server for 2363 <http://www. w3.org/pub/WWW/> would properly include:2363 <http://www.example.org/pub/WWW/> would properly include: 2364 2364 </t> 2365 2365 <figure><artwork type="example"> 2366 2366 GET /pub/WWW/ HTTP/1.1 2367 Host: www. w3.org2367 Host: www.example.org 2368 2368 </artwork></figure> 2369 2369 <t> … … 2638 2638 For example, a request message could be sent from an HTTP/1.0 user 2639 2639 agent to an internal proxy code-named "fred", which uses HTTP/1.1 to 2640 forward the request to a public proxy at nowhere.com, which completes2641 the request by forwarding it to the origin server at www. ics.uci.edu.2642 The request received by www. ics.uci.eduwould then have the following2640 forward the request to a public proxy at p.example.net, which completes 2641 the request by forwarding it to the origin server at www.example.com. 2642 The request received by www.example.com would then have the following 2643 2643 Via header field: 2644 2644 </t> 2645 2645 <figure><artwork type="example"> 2646 Via: 1.0 fred, 1.1 nowhere.com(Apache/1.1)2646 Via: 1.0 fred, 1.1 p.example.net (Apache/1.1) 2647 2647 </artwork></figure> 2648 2648 <t> -
draft-ietf-httpbis/latest/p2-semantics.xml
r88 r90 1719 1719 </t> 1720 1720 <figure><artwork type="example"> 1721 From: webmaster@ w3.org1721 From: webmaster@example.org 1722 1722 </artwork></figure> 1723 1723 <t> … … 1765 1765 </t> 1766 1766 <figure><artwork type="example"> 1767 Location: http://www. w3.org/pub/WWW/People.html1767 Location: http://www.example.org/pub/WWW/People.html 1768 1768 </artwork></figure> 1769 1769 <t> … … 1833 1833 </t> 1834 1834 <figure><artwork type="example"> 1835 Referer: http://www. w3.org/hypertext/DataSources/Overview.html1835 Referer: http://www.example.org/hypertext/Overview.html 1836 1836 </artwork></figure> 1837 1837 <t>
Note: See TracChangeset
for help on using the changeset viewer.