hack-2009.4.30: a sexy Haskell Webserver Interface

Hack

Documentation

type Map = [(String, String)]Source

data Response Source

Constructors

Response 

Fields

status :: Int
 
headers :: Map
 
body :: String