]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - tests/a.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / a.tcl
1 package require TclCurl
2
3 set curlHandle [curl::init]
4
5 $curlHandle configure -url "http://127.0.0.1" -protocols [list http https ftp]
6
7 $curlHandle cleanup
8
9
10
11
12
13