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

x/hono/hono-base.ts>HonoBase#route

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method HonoBase.prototype.route
import { HonoBase } from "https://deno.land/x/hono@v3.3.1/hono-base.ts";

Type Parameters

SubPath extends string
SubEnv extends Env
SubSchema
SubBasePath extends string

Type Parameters

SubPath extends string

Returns

Hono<E, RemoveBlankRecord<S>, BasePath>