| Safe Haskell | None |
|---|
Web.Apiary.WebSockets
Contents
- actionWithWebSockets :: Fn c ServerApp -> Fn c (Action ()) -> Apiary c ()
- actionWithWebSockets' :: ConnectionOptions -> Fn xs ServerApp -> Fn xs (Action ()) -> Apiary xs ()
- module Network.WebSockets
Documentation
actionWithWebSockets' :: ConnectionOptions -> Fn xs ServerApp -> Fn xs (Action ()) -> Apiary xs ()Source
Reexport
PendingConnection, pandingRequest, acceptRequest, rejectrequest
receiveData
sendTextData, sendBinaryData, sendClose, sendPing
module Network.WebSockets