1<testcase>
2<reply>
3<data mode="text">
4HTTP/1.1 404 Badness
5Date: Thu, 09 Nov 2010 14:49:00 GMT
6ETag: "21025-dc7-39462498"
7Content-Length: 6
8Content-Type: text/html
9Funny-head: yesyes
10
11hejsan
12</data>
13<data1>
14HTTP/1.1 200 Fine
15Date: Thu, 09 Nov 2010 14:49:00 GMT
16Content-Length: 13
17Connection: close
18Content-Type: text/html
19
20fine content
21</data1>
22
23<datacheck>
24fine content
25Finished!
26</datacheck>
27
28<servercmd>
29pipe: 1
30</servercmd>
31</reply>
32
33# Client-side
34<client>
35<server>
36http
37</server>
38# tool is what to use instead of 'curl'
39<tool>
40lib536
41</tool>
42
43 <name>
44HTTP GET multi two files with FAILONERROR and pipelining
45 </name>
46 <command>
47http://%HOSTIP:%HTTPPORT/536 http://%HOSTIP:%HTTPPORT/5360001
48</command>
49</client>
50
51#
52# Verify data after the test has been "shot"
53<verify>
54<protocol>
55GET /536 HTTP/1.1
56Host: %HOSTIP:%HTTPPORT
57Accept: */*
58
59GET /5360001 HTTP/1.1
60Host: %HOSTIP:%HTTPPORT
61Accept: */*
62
63</protocol>
64</verify>
65</testcase>
66