blob: 3f9bc785fbc8c1f8b1b0d125cd6ea18e2e91d564 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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>