Welcome to the CHICKEN Scheme pasting service
Hardcoded "HTTP client" added by sjamaan on Tue Oct 9 19:58:26 2012
(use tcp) (receive (in out) (tcp-connect "www.ustream.tv" 80) (display "GET /new HTTP/1.1\r\nHost: www.ustream.tv\r\n\r\n" out) (close-output-port out) (print (read-string #f in)))