curl/tests/data/test59

46 lines
589 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
Date: Tue, 09 Nov 2010 14:49:00 GMT
2003-04-11 12:22:27 -04:00
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/%TESTNUMBER"
2003-04-11 12:22:27 -04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /?mooo/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
2003-04-11 12:22:27 -04:00
</protocol>
</verify>
</testcase>