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


-- | Provide a bridge betweeen WAI and the websockets package.
--   
--   This is primarily intended for use with Warp and its
--   settingsIntercept.
@package wai-websockets
@version 3.0.0.1

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
