User contributions for Mortmann
Jump to navigation
Jump to search
4 May 2024
- 21:0121:01, 4 May 2024 diff hist +99 EggWiki →Tcl Examples
- 20:5820:58, 4 May 2024 diff hist +426 N Http async Created page with "The ::http::geturl command blocks until the operation completes, unless the -command option specifies a callback that is invoked when the HTTP transaction completes. <pre> package require http proc httpCallback {token} { regexp {(?i)<title>([^<>]+)} [http::data $token] -> title http::cleanup $token puts "Title was \"$title\"" } set token [::http::geturl http://netbsd.org -timeout 10000 -command httpCallback] <pre>" current
- 20:3820:38, 4 May 2024 diff hist +56 TclHTTPS No edit summary current