Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3.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>