Safe Haskell | None |
---|---|
Language | Haskell98 |
Happstack.Server.Internal.Handler
Documentation
parseResponse :: ByteString -> Either String Response
Unserializes the bytestring into a response. If there is an
error it will return Left msg
.
putRequest :: Handle -> Request -> IO ()
Serializes the request to the given handle