Module

x/hono/mod.ts>PatternRouter

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class PatternRouter
implements Router<T>
import { PatternRouter } from "https://dotland.deno.dev/x/hono@v4.1.5/mod.ts";

Properties

private
routes: Route<T>[]
name: string

Methods

add(
method: string,
path: string,
handler: T,
)
match(method: string, path: string): Result<T>