import * as mod from "https://deno.land/std@0.84.0/ws/mod.ts";
Functions
Returns true if input headers are usable for WebSocket, otherwise false. | |
Upgrade inputted TCP connection into WebSocket connection. | |
Create value of Sec-WebSocket-Accept header from inputted nonce. | |
Returns base64 encoded 16 bytes string for Sec-WebSocket-Key header. | |
Returns true if input value is a WebSocketCloseEvent, false otherwise. | |
Returns true if input value is a WebSocketPingEvent, false otherwise. | |
Returns true if input value is a WebSocketPongEvent, false otherwise. | |
Read websocket frame from given BufReader | |
Unmask masked websocket payload | |
Write WebSocket frame to inputted writer. |