Module websocket_util::wrap
source · Expand description
Functionality for wrapping a WebSocket stream, adding automated support for handling of control messages.
Structs
A wrapped WebSocket stream that handles responding to pings with
pongs, sending of pings to check for liveness of server, and
filtering out of WebSocket control messages in the process.