hack-handler-happstack-2009.6.5: Hack Happstack server handler

Hack.Handler.Happstack

Synopsis

Documentation

data ServerConf Source

we need this for 1. port 2. a bug in current Happstack. i.e. rqPeer will not give the corrent value for serverName and port

Constructors

ServerConf 

Fields

port :: Int
 
serverName :: String
 

Instances