1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6multi
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 all good!
14Date: Thu, 09 Nov 2010 14:49:00 GMT
15Server: test-server/fake
16Content-Type: text/html
17Content-Length: 12
18Connection: close
19
20Hello World
21</data>
22</reply>
23
24# Client-side
25<client>
26<server>
27http
28</server>
29<features>
30http
31</features>
32# tool is what to use instead of 'curl'
33<tool>
34lib1500
35</tool>
36
37 <name>
38curl_multi_wait
39 </name>
40 <command>
41http://%HOSTIP:%HTTPPORT/1500
42</command>
43</client>
44</testcase>
45