(send-http-get channel url) -> null
Given a URL and a channel, send a HTTP request through the channel.
>> (define connection (tcp-connect "www.ephemeralsecurity.com" 80)) :: [stream 54A9A0] >> (send-http-get connection "/") :: null >> (wait connection) :: connect >> (wait connection) :: "HTTP/1.1 200 OK\r\nDate: Mon, 10 Jul 2006 00:16:26 GMT\r\nServer: Apache/1.3.33 (Unix) PHP/5.1.2 mod_ssl/2.8.22 OpenSSL/0.9.7d\r\n
[omitted for brevity]