curl/tests/data/test32

54 lines
762 B
Plaintext
Raw Normal View History

<testcase>
2005-04-16 19:15:19 -04:00
<info>
<keywords>
HTTP
HTTP GET
-G
</keywords>
</info>
2002-03-18 17:26:22 -05:00
#
# Server-side
2005-04-16 19:15:19 -04:00
<reply>
2002-03-18 17:26:22 -05:00
<data>
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
2002-03-18 17:26:22 -05:00
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
ETag: "21025-dc7-39462498"
Accept-Ranges: bytes
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
-foo-
2002-03-18 17:26:22 -05:00
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
2002-03-18 17:26:22 -05:00
<name>
HTTP with -d and -G
</name>
<command>
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/%TESTNUMBER -G
2002-03-18 17:26:22 -05:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
2004-11-29 07:01:07 -05:00
Accept: */*
2002-03-18 17:26:22 -05:00
</protocol>
</verify>
</testcase>