happstack-server-7.3.9: Web related tools and services.

Safe HaskellNone
LanguageHaskell98

Happstack.Server.Internal.Handler

Synopsis

Documentation

parseResponse :: ByteString -> Either String Response Source

Unserializes the bytestring into a response. If there is an error it will return Left msg.

putRequest :: Handle -> Request -> IO () Source

Serializes the request to the given handle