hack-handler-happstack-2009.6.24: Hack Happstack server handlerSource codeContentsIndex
Hack.Handler.Happstack
Synopsis
run :: Application -> IO ()
runWithConfig :: ServerConf -> Application -> IO ()
data ServerConf = ServerConf {
port :: Int
serverName :: String
}
Documentation
run :: Application -> IO ()Source
runWithConfig :: ServerConf -> Application -> IO ()Source
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
port :: Int
serverName :: String
show/hide Instances
Produced by Haddock version 2.6.0