(get-request (str->url "http://www.yahoo.com/"))
BTW, get-request returns a list containing the header of the response and a string containing the page (when it doesn't raise and error, of course).
Edit: bug solved. New version on github!
-----