
28 Sep
2006
28 Sep
'06
9:25 a.m.
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