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

x/hono/hono.ts>Hono#addRoute

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Extremely Popular
Go to Latest
method Hono.prototype.addRoute
import { Hono } from "https://deno.land/x/hono@v2.7.7/hono.ts";

Parameters

method: string
path: string
handler: Handler<P, E, S>