-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Snap integration for the websockets library -- -- Snap integration for the websockets library @package websockets-snap @version 0.10.2.2 -- | Snap integration for the WebSockets library module Network.WebSockets.Snap -- | 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. runWebSocketsSnap :: MonadSnap m => ServerApp -> m () -- | Variant of runWebSocketsSnap which allows custom options runWebSocketsSnapWith :: MonadSnap m => ConnectionOptions -> ServerApp -> m () instance GHC.Show.Show Network.WebSockets.Snap.ServerAppDone instance GHC.Classes.Ord Network.WebSockets.Snap.ServerAppDone instance GHC.Classes.Eq Network.WebSockets.Snap.ServerAppDone instance GHC.Show.Show Network.WebSockets.Snap.Chunk instance GHC.Exception.Exception Network.WebSockets.Snap.ServerAppDone