Posted to tcl by aku at Thu May 02 18:27:50 GMT 2013view pretty

package require http
set token [http::geturl http://www.example.com/statuspage.html]
# ... retrieve data form token, status, etc.
http::close $token