[Haskell-cafe] ANN: HTTPbis / HTTP-4000.x package available
Henning Thielemann
schlepptop at henning-thielemann.de
Fri Jan 16 17:58:06 EST 2009
Sigbjorn Finne schrieb:
> Hi Levi,
>
> I'm guessing that you are reading something different into that
> than what's intended - it's "client-side" in the sense that it can
> only issue web requests and handle their responses. i.e., it
> doesn't handle incoming HTTP requests and issue suitable
> responses. Web server implementation is an interesting problem
> in its own right, and many packages/frameworks do an
> admirable job of that already, so no plans (by me) to tackle
> that via the HTTP package.
There's however still no framework which supports both HTTP client and
server functions using the same Request and Response data type, right? I
don't know whether I am the only one who needs this (e.g. for the Real
Monad Transformer). E.g. a proxy would need this, too.
More information about the Haskell-Cafe
mailing list