2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-16 19:15:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP custom request
|
|
|
|
config file
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-06-14 08:05:30 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 27
|
2001-06-14 08:05:30 -04:00
|
|
|
|
|
|
|
This is the proof it works
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-06-14 08:05:30 -04:00
|
|
|
<name>
|
|
|
|
HTTP with config file on stdin
|
|
|
|
</name>
|
|
|
|
<stdin>
|
|
|
|
#
|
|
|
|
# Use a silly request without '--':
|
|
|
|
request MOOO
|
|
|
|
#
|
|
|
|
# Set the user-agent using a short-option:
|
|
|
|
-A "agent007 license to drill\t"
|
|
|
|
#
|
|
|
|
# long option *with* '--':
|
|
|
|
--max-time 180
|
|
|
|
</stdin>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
-K - %HOSTIP:%HTTPPORT/that.site.com/17
|
2001-06-14 08:05:30 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-06-14 08:05:30 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
MOOO /that.site.com/17 HTTP/1.1
|
|
|
|
User-Agent: agent007 license to drill
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-06-14 08:05:30 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|