1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9<reply>
10<data>
11HTTP/1.1 200 OK
12Server: test-server/fake
13Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
14Content-Length: 6
15Connection: close
16
17-foo-
18</data>
19</reply>
20
21#
22# Client-side
23<client>
24<server>
25http
26</server>
27<tool>
28lib556
29</tool>
30 <name>
31send and recv HTTP
32 </name>
33 <command>
34http://%HOSTIP:%HTTPPORT
35</command>
36</client>
37
38#
39# Verify data after the test has been "shot"
40<verify>
41<strip>
42^User-Agent:.*
43</strip>
44<protocol>
45GET /556 HTTP/1.2
46Host: ninja
47
48</protocol>
49</verify>
50</testcase>
51