Skip to main content
Module

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

Web Framework built on Web Standards
Extremely Popular
Go to Latest
method HonoBase.prototype.mount
import { HonoBase } from "https://deno.land/x/hono@v4.2.7/hono-base.ts";

Parameters

path: string
applicationHandler: (request: Request, ...args: any) => Response | Promise<Response>
optional
optionHandler: (c: Context) => unknown

Returns

Hono<E, S, BasePath>