| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.Wai.Handler.WebSockets
Documentation
websocketsApp :: ConnectionOptions -> ServerApp -> Request -> Maybe Response Source
websocketsOr :: ConnectionOptions -> ServerApp -> Application -> Application Source
isWebSocketsReq :: Request -> Bool Source
runWebSockets :: ConnectionOptions -> RequestHead -> (PendingConnection -> IO a) -> IO ByteString -> (ByteString -> IO ()) -> IO a Source