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