Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/ws/mod.ts>handshake

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function handshake
import { handshake } from "https://deno.land/std@0.85.0/ws/mod.ts";

Parameters

url: URL
headers: Headers
bufReader: BufReader
bufWriter: BufWriter

Returns

Promise<void>