iterio-server-0.3: Library for building servers with IterIO

Safe HaskellSafe

Data.IterIO.Http.Support.Utils

Synopsis

Documentation

parseParams :: Monad m => Action t ByteString m [Param]Source

For Actions where the body type is a ByteString, parse the body with 'parseParams\'' and prepend the result to the Action's Params

parseParams' :: Monad m => HttpReq a -> ByteString -> m [Param]Source

Parse url encoded or form encoded paramters from an HTTP body.