]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/proxyTunnel.tcl
Add d/pattches/bts719441.patch - thanks to Christian Werner! (Closes: #719441.patch)
[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