Skip to main content
Module

x/hono/router.ts>Router

Web Framework built on Web Standards
Extremely Popular
Latest
interface Router
import { type Router } from "https://deno.land/x/hono@v4.3.7/router.ts";

Properties

name: string

Methods

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