Skip to main content
Module

std/ws/mod.ts>createSecAccept

Deno standard library
Go to Latest
function createSecAccept
import { createSecAccept } from "https://deno.land/std@0.80.0/ws/mod.ts";

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

Parameters

nonce: string

Returns

string