blob: 505ce34ea9a92085c761342927ad12059be8d364 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6Range
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Accept-Ranges: bytes
16Content-Length: 6
17Connection: close
18
19-foo-
20</data>
21</reply>
22
23#
24# Client-side
25<client>
26<server>
27http
28</server>
29 <name>
30Append dash if -r range specified without one
31 </name>
32 <command>
33http://%HOSTIP:%HTTPPORT/%TESTNUMBER -r 4
34</command>
35</client>
36
37#
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41GET /%TESTNUMBER HTTP/1.1
42Host: %HOSTIP:%HTTPPORT
43Range: bytes=4-
44User-Agent: curl/%VERSION
45Accept: */*
46
47</protocol>
48</verify>
49</testcase>