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://dotland.deno.dev/x/hono@v3.6.2/hono-base.ts";

Type Parameters

SubPath extends string
SubEnv extends Env
SubSchema extends Schema
SubBasePath extends string

Returns

Hono<E, MergeSchemaPath<SubSchema, MergePath<BasePath, SubPath>> & S, BasePath>

Type Parameters

SubPath extends string

Returns

Hono<E, RemoveBlankRecord<S>, BasePath>