Module

x/hono/router/trie-router/index.ts>TrieRouter#match

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method TrieRouter.prototype.match
import { TrieRouter } from "https://dotland.deno.dev/x/hono@vv3.5.0-rc.1/router/trie-router/index.ts";

Parameters

method: string
path: string

Returns

Result<T> | null