On Thu, Jan 5, 2012 at 6:03 PM, Johannes Waldmann <[email protected]> wrote: > Michael Snoyman <michael <at> snoyman.com> 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 > [email protected] > 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
