Module

x/hono/router/static-router/router.ts>StaticRouter#match

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
method StaticRouter.prototype.match
import { StaticRouter } from "https://dotland.deno.dev/x/hono@v3.0.0-rc.14/router/static-router/router.ts";

Parameters

method: string
path: string

Returns

Result<T> | null