Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/mod.ts>Hono#addRoute

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

Parameters

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