X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2FproxyPort.tcl;fp=tests%2FproxyPort.tcl;h=c777c951410021282399d1d1e4555982e874b36c;hb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;hp=0000000000000000000000000000000000000000;hpb=c9a5bcd9d76f699909b24e71a2a216d36062ab0b;p=sven%2Ftclcurl.git diff --git a/tests/proxyPort.tcl b/tests/proxyPort.tcl new file mode 100755 index 0000000..c777c95 --- /dev/null +++ b/tests/proxyPort.tcl @@ -0,0 +1,12 @@ +package require TclCurl + +curl::transfer -url http://curl.haxx.com -verbose 1 \ + -proxy 192.168.0.0 -proxyport 8080 + + + + + + + +