wai-websockets-1.3.2.0: Provide a bridge betweeen WAI and the websockets package.

Safe HaskellNone

Network.Wai.Handler.WebSockets

Synopsis

Documentation

intercept :: ServerApp -> Request -> Maybe (Source (ResourceT IO) ByteString -> Connection -> ResourceT IO ())Source

For use with settingsIntercept from the Warp web server.

interceptWith :: ConnectionOptions -> ServerApp -> Request -> Maybe (Source (ResourceT IO) ByteString -> Connection -> ResourceT IO ())Source

Variation of intercept which allows custom options.