Changeset 803 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 02/04/10 17:14:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r802 r803 612 612 <figure><preamble> 613 613 client request: 614 </preamble><artwork 614 </preamble><artwork type="message/http; msgtype="request"" x:indent-with=" "> 615 615 GET /hello.txt HTTP/1.1 616 616 User-Agent: curl/7.16.3 libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3 … … 1446 1446 example would be 1447 1447 </t> 1448 <figure><artwork type=" example">1449 1448 <figure><artwork type="message/http; msgtype="request"" x:indent-with=" "> 1449 OPTIONS * HTTP/1.1 1450 1450 </artwork></figure> 1451 1451 <t> … … 1459 1459 Request-Line would be: 1460 1460 </t> 1461 <figure><artwork type=" example">1462 1461 <figure><artwork type="message/http; msgtype="request"" x:indent-with=" "> 1462 GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1 1463 1463 </artwork></figure> 1464 1464 <t> … … 1481 1481 the lines: 1482 1482 </t> 1483 <figure><artwork type=" example">1484 1485 1483 <figure><artwork type="message/http; msgtype="request"" x:indent-with=" "> 1484 GET /pub/WWW/TheProject.html HTTP/1.1 1485 Host: www.example.org 1486 1486 </artwork></figure> 1487 1487 <t> … … 1498 1498 <figure><preamble> 1499 1499 For example, the request 1500 </preamble><artwork type=" example">1501 1500 </preamble><artwork type="message/http; msgtype="request"" x:indent-with=" "> 1501 OPTIONS http://www.example.org:8001 HTTP/1.1 1502 1502 </artwork></figure> 1503 1503 <figure><preamble> 1504 1504 would be forwarded by the proxy as 1505 </preamble><artwork type=" example">1506 1507 1505 </preamble><artwork type="message/http; msgtype="request"" x:indent-with=" "> 1506 OPTIONS * HTTP/1.1 1507 Host: www.example.org:8001 1508 1508 </artwork> 1509 1509 <postamble> … … 2894 2894 <http://www.example.org/pub/WWW/> would properly include: 2895 2895 </t> 2896 <figure><artwork type=" example">2897 2898 2896 <figure><artwork type="message/http; msgtype="request"" x:indent-with=" "> 2897 GET /pub/WWW/ HTTP/1.1 2898 Host: www.example.org 2899 2899 </artwork></figure> 2900 2900 <t> … … 3262 3262 </artwork></figure> 3263 3263 <t> 3264 3264 could be collapsed to 3265 3265 </t> 3266 3266 <figure><artwork type="example">
Note: See TracChangeset
for help on using the changeset viewer.