-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hack2 warp handler -- -- Hack2 warp handler @package hack2-handler-warp @version 2011.6.21 module Hack2.Handler.Warp run :: Application -> IO () runWithConfig :: ServerConfig -> Application -> IO () runWithWarpSettings :: Settings -> Application -> IO () data ServerConfig ServerConfig :: Int -> ServerConfig port :: ServerConfig -> Int hackAppToWaiApp :: Application -> Application instance Show ServerConfig instance Eq ServerConfig instance Default ServerConfig