How to I get the Haskell data value from the request body in Snap framework -


i new snap , haskell web development, want parse request body haskell data value .

i have tried example https://github.com/raimohanska/snap-skeleton/blob/master/src/examples/restful.hs . seems work , wondering if there standard way in snap world .

thanks carsten . found out aeson library .

https://hackage.haskell.org/package/aeson-0.6.1.0/docs/data-aeson.html


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -