Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/hono.ts>Hono#basePath

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
method Hono.prototype.basePath
import { Hono } from "https://deno.land/x/hono@v3.1.0-rc.1/hono.ts";

Type Parameters

SubPath extends string

Returns

Hono<E, S, MergePath<BasePath, SubPath>>