| Safe Haskell | Safe |
|---|
Data.IterIO.Http.Support.Utils
- parseParams :: Monad m => Action t ByteString m [Param]
- parseParams' :: Monad m => HttpReq a -> ByteString -> m [Param]
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.