1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP/1.0
7</keywords>
8</info>
9#
10# Server-side
11<reply name="47">
12<data>
13HTTP/1.0 200 OK swsclose
14Date: Thu, 09 Nov 2010 14:49:00 GMT
15Server: test-server/fake
16
17-foo- within foo -!foo-
18</data>
19</reply>
20
21#
22# Client-side
23<client>
24<server>
25http
26</server>
27 <name>
28simple HTTP 1.0 GET
29 </name>
30 <command>
31http://%HOSTIP:%HTTPPORT/47 -0
32</command>
33</client>
34
35#
36# Verify data after the test has been "shot"
37<verify>
38<strip>
39^User-Agent:.*
40</strip>
41<protocol>
42GET /47 HTTP/1.0
43Host: %HOSTIP:%HTTPPORT
44Accept: */*
45
46</protocol>
47</verify>
48
49</testcase>
50