
5 Jan
2012
5 Jan
'12
11:09 a.m.
On Thu, Jan 5, 2012 at 6:03 PM, Johannes Waldmann
Michael Snoyman
writes: It seems like the issue is that HaXR uses CGI, whereas you want to tie it in with a web server, correct?
Yes.
There's a deprecated package[1] to allow CGI apps to be run on any WAI handler (such as Warp).
why deprecated? what's the problem with that package?
J.W.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Nothing wrong with it as far as I know, I just haven't updated it in a while. There might be some issues implementing streaming request bodies with WAI 0.4 (enumerator-based), but WAI 1.0 (conduit-based) should handle it just fine. Michael