1 # The share interface support is not yet completely done, since
2 # you can't use it with the multi interface.
4 package require TclCurl
6 set sHandle [curl::shareinit]
9 set easyHandle1 [curl::init]
10 set easyHandle2 [curl::init]
12 $easyHandle1 configure -url http://127.0.0.1/ -share $sHandle
13 $easyHandle2 configure -url http://127.0.0.1/~andres/ -share $sHandle