]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/httpHeader.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / httpHeader.tcl
diff --git a/tests/httpHeader.tcl b/tests/httpHeader.tcl
new file mode 100755 (executable)
index 0000000..b4a2533
--- /dev/null
@@ -0,0 +1,12 @@
+package require TclCurl
+
+curl::transfer -url "127.0.0.1" -verbose 1 -nobody 1 \
+        -httpheader [list "hola: hello" "adios: goodbye"]
+
+
+
+
+
+
+
+