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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
