Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function createSecAccept
import { createSecAccept } from "https://deno.land/x/pogsocket@2.0.0/websocket/handshake.ts";

Create value of Sec-WebSocket-Accept header from inputted nonce.

Parameters

nonce: string

Returns

Promise<string>