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