Skip to main content
Module

x/hono/mod.ts>PatternRouter#match

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method PatternRouter.prototype.match
import { PatternRouter } from "https://deno.land/x/hono@vv3.5.0-rc.1/mod.ts";

Parameters

method: string
path: string

Returns

Result<T> | null