]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test: HTTP over proxy
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2001 11:19:44 +0000 (11:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2001 11:19:44 +0000 (11:19 +0000)
tests/data/test5 [new file with mode: 0644]

diff --git a/tests/data/test5 b/tests/data/test5
new file mode 100644 (file)
index 0000000..8ced1d7
--- /dev/null
@@ -0,0 +1,38 @@
+#
+# Server-side
+<reply>
+<data>
+HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Content-Type: text/html
+Funny-head: yesyes
+
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+ <name>
+HTTP over proxy
+ </name>
+ <command>
+http://%HOSTIP:%HOSTPORT/we/want/that/page/5 -x %HOSTIP:%HOSTPORT
+</command>
+</test>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET http://127.0.0.1:8999/we/want/that/page/5 HTTP/1.1\r
+Host: 127.0.0.1:8999\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
+</protocol>
+</verify>