
13 Apr
2011
13 Apr
'11
12:02 a.m.
Erik,
I have done stuff like this before in C++ and Ocaml, so the mechanics are not a mystery. However I would like as much as possible to make use of existing Haskell libraries to cut down the development time.
I recommend wai and warp which are available on Hackage. I asked Michael, the author of the libraries, to handle absolute URLs in warp. So, you can use it as a platform for HTTP proxies even for HTTP/1.0. --Kazu