curl/tests/data/test32

57 lines
842 B
Plaintext
Raw Permalink 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: Thu, 09 Nov 2010 14:49:00 GMT
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/32 -G
2002-03-18 17:26:22 -05:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
2004-11-29 07:01:07 -05:00
GET /32?foo=moo&moo=poo HTTP/1.1
User-Agent: curl/7.9.5 (i686-pc-linux-gnu) libcurl 7.9.5-cvs (OpenSSL 0.9.5) (ipv6 enabled)
Host: %HOSTIP:%HTTPPORT
2004-11-29 07:01:07 -05:00
Accept: */*
2002-03-18 17:26:22 -05:00
</protocol>
</verify>
</testcase>