16 Nov
2007
16 Nov
'07
3:12 a.m.
On Nov 15, 2007 9:01 AM, Jim Burton <jim@sdf-eu.org> wrote:
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