The outcome of matching an upgrade request against the table.
{ readonly matched: true; readonly route: WsRoute; readonly protocol?: string; }
| { readonly matched: false; readonly status: number; }
The outcome of matching an upgrade request against the table.
{ readonly matched: true; readonly route: WsRoute; readonly protocol?: string; }
| { readonly matched: false; readonly status: number; }
import { type WsRouteMatch } from "websocket-plugin/src/index.ts";