]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/httpVersion.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / httpVersion.tcl
diff --git a/tests/httpVersion.tcl b/tests/httpVersion.tcl
new file mode 100755 (executable)
index 0000000..963a2ba
--- /dev/null
@@ -0,0 +1,13 @@
+package require TclCurl
+
+curl::transfer -url "127.0.0.1" -httpversion none -verbose 1 -nobody 1
+
+curl::transfer -url "127.0.0.1" -httpversion 1.0  -verbose 1 -nobody 1
+
+curl::transfer -url "127.0.0.1" -httpversion 1.1  -verbose 1 -nobody 1
+
+
+
+
+
+