Skip to main content
Module

x/hono/types.ts>RouterRoute

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
interface RouterRoute
import { type RouterRoute } from "https://deno.land/x/hono@v3.11.7/types.ts";

Properties

path: string
method: string
handler: H