]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/proxyTunnel.tcl
Emtpy override for dh_auto_test, the reference all.tcl doesn't exist; Most of the...
[sven/tclcurl.git] / tests / proxyTunnel.tcl
1 package require TclCurl
2
3 curl::transfer -url http://curl.haxx.se -verbose 1 \
4         -proxy "192.168.0.0:8080" -httpproxytunnel 1
5
6
7
8
9
10
11