aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test514
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-30 11:09:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-30 11:09:16 +0000
commit185baf036b9bcfe1386a6fd1549ca5403ec66812 (patch)
treece3382929e562ad910fc6628d9e6fd14c3fa329d /tests/data/test514
parent352361382692256dd94040ce3ba54b079658135e (diff)
NOBODY set TRUE after a POST makes a good HEAD now
Diffstat (limited to 'tests/data/test514')
-rw-r--r--tests/data/test51449
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/data/test514 b/tests/data/test514
new file mode 100644
index 000000000..06fc66818
--- /dev/null
+++ b/tests/data/test514
@@ -0,0 +1,49 @@
+#
+# Server-side
+<reply>
+<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
+
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+http
+</server>
+<tool>
+lib514
+</tool>
+ <name>
+First set options to POST and then to make HEAD
+ </name>
+ <command>
+http://%HOSTIP:%HOSTPORT/514
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+HEAD /514 HTTP/1.1
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: */*
+
+</protocol>
+</verify>