Skip to main content
Module

std/ws/mod.ts>acceptable

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

Return whether given headers is acceptable for websocket

Parameters

req: { headers: Headers; }

Returns

boolean