X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2Fa.tcl;fp=tests%2Fa.tcl;h=c96014f858bdf0466cdf50fc715f94f1f67fcff8;hb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;hp=0000000000000000000000000000000000000000;hpb=c9a5bcd9d76f699909b24e71a2a216d36062ab0b;p=sven%2Ftclcurl.git diff --git a/tests/a.tcl b/tests/a.tcl new file mode 100644 index 0000000..c96014f --- /dev/null +++ b/tests/a.tcl @@ -0,0 +1,13 @@ +package require TclCurl + +set curlHandle [curl::init] + +$curlHandle configure -url "http://127.0.0.1" -protocols [list http https ftp] + +$curlHandle cleanup + + + + + +