diff options
-rw-r--r-- | tests/data/command16.txt | 1 | ||||
-rw-r--r-- | tests/data/http16.txt | 7 | ||||
-rw-r--r-- | tests/data/name16.txt | 1 | ||||
-rw-r--r-- | tests/data/reply16.txt | 7 |
4 files changed, 16 insertions, 0 deletions
diff --git a/tests/data/command16.txt b/tests/data/command16.txt new file mode 100644 index 000000000..e4b1d3ca4 --- /dev/null +++ b/tests/data/command16.txt @@ -0,0 +1 @@ + -U fake:user -x %HOSTIP:%HOSTPORT http://we.want.that.site.com/2 diff --git a/tests/data/http16.txt b/tests/data/http16.txt new file mode 100644 index 000000000..f76afda86 --- /dev/null +++ b/tests/data/http16.txt @@ -0,0 +1,7 @@ +GET http://we.want.that.site.com/2 HTTP/1.0
+Proxy-authorization: Basic ZmFrZTp1c2Vy
+User-Agent: curl/7.4.2 (sparc-sun-solaris2.7) libcurl 7.4.2
+Host: we.want.that.site.com
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
diff --git a/tests/data/name16.txt b/tests/data/name16.txt new file mode 100644 index 000000000..e00da9d4a --- /dev/null +++ b/tests/data/name16.txt @@ -0,0 +1 @@ +HTTP with proxy athorization diff --git a/tests/data/reply16.txt b/tests/data/reply16.txt new file mode 100644 index 000000000..57d8bf96a --- /dev/null +++ b/tests/data/reply16.txt @@ -0,0 +1,7 @@ +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 + + |