curl/tests/data/test59

48 lines
576 B
Plaintext
Raw Normal View History

<testcase>
2005-04-22 17:59:08 -04:00
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>
2003-04-11 12:22:27 -04:00
#
# Server-side
<reply>
2003-04-11 12:22:27 -04:00
<data>
HTTP/1.0 200 OK swsclose
2003-04-11 12:22:27 -04:00
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
hej
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
2003-04-11 12:22:27 -04:00
<name>
HTTP URL with slash but with "parameter"
</name>
<command>
"http://%HOSTIP:%HTTPPORT?mooo/59"
2003-04-11 12:22:27 -04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /?mooo/59 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
2003-04-11 12:22:27 -04:00
</protocol>
</verify>
</testcase>