diff options
author | Jim Fuller <jim@webcomposite.com> | 2018-11-01 19:16:15 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-11-09 15:47:28 +0100 |
commit | 5c4fe0d8264a4a4f591d79cefe9676b099bdecf2 (patch) | |
tree | d33052e3032909ef366f705e9876780aec64b72f /tests/data/test658 | |
parent | 073332b52515391338cff7bbe407d126fdf9c893 (diff) | |
download | curl-5c4fe0d8264a4a4f591d79cefe9676b099bdecf2.tar.gz |
setopt: add CURLOPT_CURLU
Allows an application to pass in a pre-parsed URL via a URL handle.
Closes #3227
Diffstat (limited to 'tests/data/test658')
-rw-r--r-- | tests/data/test658 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/data/test658 b/tests/data/test658 new file mode 100644 index 000000000..c75293c6d --- /dev/null +++ b/tests/data/test658 @@ -0,0 +1,50 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +</keywords> +</info> +<reply> +<data nocheck="yes"> +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- +</data> +</reply> +<client> +<server> +http +</server> +<tool> +lib658 +</tool> +<name> +HTTP GET + </name> + <command> +http://%HOSTIP:%HTTPPORT/658 +</command> +</client> + +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET /658 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
+</verify> + +</testcase> |