Re: [Haskell-cafe] Browser action and new http library

2007-11-27 Thread Bjorn Bringert
On Nov 27, 2007, at 0:54 , bbrown wrote: I am trying to use the HTTP library 3001 for ghc 6.8 and cant figure out how to use a proxy to do a GET request as I am behind a proxy server. My thinking is that I could use the setProxy method it looks like it returns a BrowserAction? What do I

[Haskell-cafe] Browser action and new http library

2007-11-26 Thread bbrown
I am trying to use the HTTP library 3001 for ghc 6.8 and cant figure out how to use a proxy to do a GET request as I am behind a proxy server. My thinking is that I could use the setProxy method it looks like it returns a BrowserAction? What do I do with that. Here is the current code (I