initial checkin of TclCurl
This commit is contained in:
12
tests/proxyPort.tcl
Executable file
12
tests/proxyPort.tcl
Executable file
@ -0,0 +1,12 @@
|
||||
package require TclCurl
|
||||
|
||||
curl::transfer -url http://curl.haxx.com -verbose 1 \
|
||||
-proxy 192.168.0.0 -proxyport 8080
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user