Skip to main content
Module

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

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

Parameters

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

Returns

Hono<E, S, BasePath>