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