2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
--write-out
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2008-07-30 22:51:44 -04:00
|
|
|
|
2003-01-30 00:03:19 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2009-01-07 16:57:26 -05:00
|
|
|
<data nocheck="yes">
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2003-01-30 00:03:19 -05:00
|
|
|
Funny-head: yesyes
|
|
|
|
Content-Type: text/html; charset=ISO-8859-4
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-01-30 00:03:19 -05:00
|
|
|
<name>
|
|
|
|
HTTP content-type with spaces in
|
|
|
|
</name>
|
|
|
|
<command>
|
2007-09-18 16:41:20 -04:00
|
|
|
-w "%{content_type}\n" http://%HOSTIP:%HTTPPORT/57 -o log/out57
|
2003-01-30 00:03:19 -05:00
|
|
|
</command>
|
2006-02-22 18:55:28 -05:00
|
|
|
</client>
|
2003-01-30 00:03:19 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
<stdout mode="text">
|
2003-01-30 00:03:19 -05:00
|
|
|
text/html; charset=ISO-8859-4
|
2006-02-22 18:55:28 -05:00
|
|
|
</stdout>
|
2003-01-30 00:03:19 -05:00
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /57 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-01-30 00:03:19 -05:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|