import * as pogsocket from "https://deno.land/x/pogsocket@2.0.0/websocket/mod.ts";
Functions
Returns true if input headers are usable for WebSocket, otherwise false. | |
Creates a mask of n-byte length. | |
Create value of Sec-WebSocket-Accept header from inputted nonce. | |
Returns base64 encoded 16 bytes string for Sec-WebSocket-Key header. | |
Whether a websocket message is binary. | |
Unmask masked websocket payload | |
Interfaces
Represents a websocket frame. |