Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
method TrieRouter.prototype.match
import { TrieRouter } from "https://deno.land/x/hono@v3.1.2/router/trie-router/index.ts";

Parameters

method: string
path: string

Returns

Result<T> | null