blob: 241f227f99dfc99063fc1f7615ee10d6c1717f29 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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: Tue, 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>
34lib%TESTNUMBER
35</tool>
36
37 <name>
38curl_multi_wait
39 </name>
40 <command>
41http://%HOSTIP:%HTTPPORT/%TESTNUMBER
42</command>
43</client>
44</testcase>