13 HTTP/1.1 206 Partial Content
\r
14 Date: Mon, 13 Nov 2000 13:41:09 GMT
\r
15 Server: Apache/1.3.11 (Unix) PHP/3.0.14
\r
16 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
\r
17 ETag: "21025-dc7-39462498"
\r
18 Accept-Ranges: bytes
\r
20 Content-Range: bytes 100-200/3527
\r
22 Content-Type: text/html
\r
24 ..partial data returned from the
25 server as a result of setting an explicit byte range
39 http://%HOSTIP:%HTTPPORT/want/12 -r 100-200
43 # Verify data after the test has been "shot"
49 GET /want/12 HTTP/1.1
\r
50 Range: bytes=100-200
\r
51 Host: %HOSTIP:%HTTPPORT
\r