This directory contain example files for how to use the TLS package to perform
common functions. These are just a few of the possibilities.
gets_blocking_no_variable.tcl
Download a webpage using gets, no variable arg, and blocking I/O.
gets_blocking_with_variable.tcl
Download a webpage using gets, variable arg, and blocking I/O.
gets_nonblocking_no_variable.tcl
Download a webpage using gets, no variable arg, and non-blocking I/O.
gets_nonblocking_with_variable.tcl
Download a webpage using gets, variable arg, and non-blocking I/O.
http_get_file.tcl
Download a webpage using the http package.
http_get_webpage.tcl
Download a file using the http package.
http_get_webpage_proxy.tcl
Download a file using the http and autoproxy packages.
read_blocking_webpage.tcl
Download a webpage using read and blocking I/O.
read_nonblocking_webpage.tcl
Download a webpage using read and non-blocking I/O.