[Haskell-cafe] HTTP actions & proxy server

Justin Bailey jgbailey at gmail.com
Thu Nov 15 14:12:40 EST 2007


On Nov 15, 2007 9:01 AM, Jim Burton <jim at 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


More information about the Haskell-Cafe mailing list