2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-23 05:59:08 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP HEAD
|
|
|
|
-G
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2002-04-05 16:42:00 +08:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2012-07-12 05:50:19 +08:00
|
|
|
<servercmd>
|
|
|
|
connection-monitor
|
|
|
|
</servercmd>
|
2002-04-05 16:42:00 +08:00
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-04-05 16:42:00 +08:00
|
|
|
<name>
|
|
|
|
HTTP with -d and -G and -I
|
|
|
|
</name>
|
|
|
|
<command>
|
2012-07-12 05:50:19 +08:00
|
|
|
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I http://%HOSTIP:%HTTPPORT/48
|
2002-04-05 16:42:00 +08:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2004-11-29 20:01:07 +08:00
|
|
|
HEAD /48?foo=moo&moo=poo HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-11-29 20:01:07 +08:00
|
|
|
Accept: */*
|
|
|
|
|
2012-07-12 05:50:19 +08:00
|
|
|
HEAD /48?foo=moo&moo=poo HTTP/1.1
|
|
|
|
Host: %HOSTIP:%HTTPPORT
|
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
[DISCONNECT]
|
2002-04-05 16:42:00 +08:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|