xref: /curl/tests/data/test655 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<data>
12HTTP/1.1 200 OK
13Date: Tue, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake swsclose
15Connection: close
16Content-Type: text/html
17
18hello
19</data>
20<datacheck>
21hello
22</datacheck>
23</reply>
24
25# Client-side
26<client>
27<server>
28http
29</server>
30# tool is what to use instead of 'curl'
31<tool>
32lib%TESTNUMBER
33</tool>
34
35<name>
36resolver start callback
37</name>
38<command>
39http://%HOSTIP:%HTTPPORT/%TESTNUMBER
40</command>
41</client>
42
43#
44# Verify data after the test has been "shot"
45<verify>
46<errorcode>
470
48</errorcode>
49</verify>
50</testcase>
51