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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to