2001-10-09 07:34:49 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply name="47">
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2001-10-09 07:34:49 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
<foo> within foo </foo>
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-10-09 07:34:49 -04:00
|
|
|
<name>
|
|
|
|
simple HTTP 1.0 GET
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
http://%HOSTIP:%HOSTPORT/47 -0
|
|
|
|
</command>
|
|
|
|
</test>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /47 HTTP/1.0
|
|
|
|
Host: 127.0.0.1:8999
|
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-10-09 07:34:49 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
|