-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hack EvHTTP (libevent) Handler -- -- Hack EvHTTP (libevent) Handler @package hack-handler-evhttp @version 2009.8.2 module Hack.Handler.EvHTTP run :: Application -> IO () eventVersion :: IO String eventMethod :: IO String data Config Config :: String -> Int -> Int -> Config cfgAddr :: Config -> String cfgPort :: Config -> Int cfgWorkers :: Config -> Int runWithConfig :: Config -> Application -> IO () instance Show Time instance Default Config instance Storable Time instance Storable Event