Safe Haskell | None |
---|
Snap integration for the WebSockets library
- runWebSocketsSnap :: MonadSnap m => ServerApp -> m ()
- runWebSocketsSnapWith :: MonadSnap m => ConnectionOptions -> ServerApp -> m ()
Documentation
runWebSocketsSnap :: MonadSnap m => ServerApp -> m ()Source
The following function escapes from the current Snap
handler, and
continues processing the WebSockets
action. The action to be executed
takes the Request
as a parameter, because snap has already read this
from the socket.
runWebSocketsSnapWith :: MonadSnap m => ConnectionOptions -> ServerApp -> m ()Source
Variant of runWebSocketsSnap
which allows custom options