Skip to main content
Module

x/hono/mod.ts>Hono#route

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
method Hono.prototype.route
Re-export
import { Hono } from "https://deno.land/x/hono@v3.0.5/mod.ts";

Type Parameters

SubPath extends string
SubEnv extends Env
SubSchema

Returns

Hono<E, RemoveBlankRecord<MergeSchemaPath<SubSchema, SubPath> | S>, MergePath<BasePath, SubPath>>