
15 Nov
2007
15 Nov
'07
2:12 p.m.
On Nov 15, 2007 9:01 AM, Jim Burton
How would I go about converting the little get program at http://darcs.haskell.org/http/test/get.hs to use a proxy server? I tried adding a call to setProxy like this but it doesn't work:
I think it needs to be a real URL: setProxy (Proxy "http://myproxy:80" Nothing) Justin