-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Provide a bridge betweeen WAI and the websockets package.
--   
--   API docs and the README are available at
--   <a>http://www.stackage.org/package/wai-websockets</a>.
@package wai-websockets
@version 3.0.0.5

module Network.Wai.Handler.WebSockets
websocketsApp :: ConnectionOptions -> ServerApp -> Request -> Maybe Response
websocketsOr :: ConnectionOptions -> ServerApp -> Application -> Application
isWebSocketsReq :: Request -> Bool
getRequestHead :: Request -> RequestHead
runWebSockets :: ConnectionOptions -> RequestHead -> (PendingConnection -> IO a) -> IO ByteString -> (ByteString -> IO ()) -> IO a
