Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/ws/mod.ts>createSecAccept

A better Deno framework to create web application.
Go to Latest
function createSecAccept
import { createSecAccept } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/ws/mod.ts";

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

Parameters

nonce: string

Returns

string