import { ws } from "https://deno.land/x/aleph@v0.1.8/std.ts";
const { acceptable } = ws;
Return whether given headers is acceptable for websocket
Parameters
req: { headers: Headers; }
import { ws } from "https://deno.land/x/aleph@v0.1.8/std.ts";
const { acceptable } = ws;
Return whether given headers is acceptable for websocket