WsRouteTable.prototype.match(request: Request): WsRouteMatch | null
Matches an upgrade request.
request: Request
The upgrade request
WsRouteMatch | null
The match, or a refusal with the status to answer
WsRouteTable.prototype.match(request: Request): WsRouteMatch | null
Matches an upgrade request.
request: Request
The upgrade request
WsRouteMatch | null
The match, or a refusal with the status to answer
import { WsRouteTable } from "websocket-plugin/src/index.ts";