[Haskell-cafe] source code for haskell web server?

Einar Karttunen ekarttun at cs.helsinki.fi
Thu Sep 28 05:25:55 EDT 2006


On 27.09 13:03, Pasqualino 'Titto' Assini wrote:
> There is also the HAppS application server and the HaskellNet library.
> 
> Would not be possible to merge the protocol-handling parts of all these
> libraries into a generic Internet Haskell server that could then be expanded
> to support CGIs, transactions, etc.?
>

It would be very nice to have a common format.

Historically HAppS has used ByteStrings in HTTP, while most other
libraries have used Strings.

The HAppS format is:
http://happs.org/auto/apidoc/HAppS-Protocols-HTTP-LowLevel.html#t%3ARequest

- Einar Karttunen


More information about the Haskell-Cafe mailing list