Skip to main content
Module

std/ws/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.101.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.