hack-2012.2.6: a Haskell Webserver Interface

Safe HaskellSafe-Infered

Hack

Documentation

data Response Source

Constructors

Response 

Fields

status :: Int
 
headers :: [(String, String)]
 
body :: ByteString