[Haskell-cafe] Where to start about writing web/HTTP apps ?

Joel Reymont joelr1 at gmail.com
Mon Sep 12 15:58:19 EDT 2005


Why not XML-RPC?

On Sep 12, 2005, at 9:54 PM, S. Alexander Jacobson wrote:

> 6. define how busines logic maps to URLs
>
>   ...
>   a POST _ ["u"] = doXML addUser
>   a GET "myapp.com" ("s":path) = fileServe mimeTypes "static" path
>
>   myApp appCtx = let ?style=XSL "/s/style.xsl" in simpleHTTP a appCtx



More information about the Haskell-Cafe mailing list