-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A fast, light-weight web server for WAI applications. -- -- A fast, light-weight web server for WAI applications. @package warp @version 0.3.0 -- | A fast, light-weight HTTP server handler for WAI. module Network.Wai.Handler.Warp run :: Port -> Application -> IO () sendResponse :: Request -> HttpVersion -> Socket -> Response -> IO Bool parseRequest :: Port -> SockAddr -> Iteratee ByteString IO (Enumeratee ByteString ByteString IO a, Request) instance Typeable InvalidRequest instance Show InvalidRequest instance Eq InvalidRequest instance Exception InvalidRequest