Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
Property (m :: Type -> Type)tasty-smallcheck Test.Tasty.SmallCheck The type of properties over the monad m.
ParseException :: String -> ConnectionExceptionwebsockets Network.WebSockets The client sent garbage, i.e. we could not parse the WebSockets stream.
-
websockets Network.WebSockets A new client connected to the server. We haven't accepted the connection yet, though.
-
websockets Network.WebSockets Four extension parameters are defined for "permessage-deflate" to help endpoints manage per-connection resource usage.
- "server_no_context_takeover"
- "client_no_context_takeover"
- "server_max_window_bits"
- "client_max_window_bits"
PermessageDeflate :: Bool -> Bool -> Int -> Int -> Int -> PermessageDeflatewebsockets Network.WebSockets No documentation available.
PermessageDeflateCompression :: PermessageDeflate -> CompressionOptionswebsockets Network.WebSockets No documentation available.
Ping :: ByteString -> ControlMessagewebsockets Network.WebSockets No documentation available.
-
websockets Network.WebSockets Options for ping-pong Make sure that the ping interval is less than the pong timeout, for example N/2.
PingPongOptions :: Int -> Int -> IO () -> PingPongOptionswebsockets Network.WebSockets No documentation available.
Pong :: ByteString -> ControlMessagewebsockets Network.WebSockets No documentation available.