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

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

Parameters

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

Returns

Hono<E, S, BasePath>