]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/proxyTunnel.tcl
Imported Upstream version 7.19.6
[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