arc> (get-request (str->url "http://yahoo.com/")) Error: "procedure ...narki/arc/ac.scm:1231:11: expects 2 arguments, given 3: #hash((\"CONTENT-TYPE\" . \"text/... \"LOCATION\" #hash((\"CONTENT-TYPE\" . \"text/..."
(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!
-----