9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
+
+
+
+
+
+
-
+
|
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.
gets_with_debug_data.tcl
Download a webpage using gets with additional debug output.
http_debug_example.tcl
Download a webpage using http package with additional debug output.
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
|