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

Safe HaskellSafe-Infered

Network.Wai.Handler.WebSockets

Synopsis

Documentation

intercept :: Protocol p => (Request -> WebSockets p ()) -> Request -> Maybe (Source (ResourceT IO) ByteString -> Connection -> ResourceT IO ())Source

For use with settingsIntercept from the Warp web server.

interceptWith :: Protocol p => WebSocketsOptions -> (Request -> WebSockets p ()) -> Request -> Maybe (Source (ResourceT IO) ByteString -> Connection -> ResourceT IO ())Source

Variation of intercept which allows custom options.