Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/router/smart-router/router.ts>SmartRouter#match

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

Parameters

method: string
path: string

Returns

Result<T> | null