Module

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

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
method HonoBase.prototype.mount
import { HonoBase } from "https://dotland.deno.dev/x/hono@v4.1.5/hono-base.ts";

Parameters

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

Returns

Hono<E, S, BasePath>