http::geturl usage
Posted to
tcl
by evilotto at Fri Sep 28 23:00:51 GMT 2018
view raw
package
require http 2
proc
httpDownload {url
file
} {
set
tok [http::geturl
$url
]
set
fd [
open
$file
w]
puts
-nonewline
$fd
[http::data
$tok
]
close
$fd
http::cleanup
$tok
}
Recent Posts
tcl by mookie
3 days ago
tcl by oldlaptop
8 days ago
tcl by rhobart
21 days ago
tcl by rhobart
21 days ago
tcl by rhobart
21 days ago
tcl by Bradipo
21 days ago
tcl by rhobart
22 days ago
tcl by sssc
25 days ago
tcl by mookie
41 days ago
tcl by JMN
49 days ago
Submit
New paste
Documentation
From Jabber