From 9cdf6fb64b1f701afc38f1cc74079849f547d006 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Jan 2005 21:09:50 +0000 Subject: added test 199 --- tests/data/test199 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tests/data/test199 (limited to 'tests/data/test199') diff --git a/tests/data/test199 b/tests/data/test199 new file mode 100644 index 000000000..875815eb4 --- /dev/null +++ b/tests/data/test199 @@ -0,0 +1,52 @@ +# +# Server-side + + +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 + + + + + +# +# Client-side + + +http + + +HTTP with -d, -G and {} + + +-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/{199,199} -G + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /199?foo=moo&moo=poo HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Pragma: no-cache +Accept: */* + +GET /199?foo=moo&moo=poo HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3