Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/preset/quick.ts>Hono

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
class Hono
extends HonoBase<E, S, BasePath>
import { Hono } from "https://deno.land/x/hono@v3.5.7/preset/quick.ts";

Constructors

new
Hono(init?: Partial<Pick<Hono, "getPath"> & { strict: boolean; }>)

Type Parameters

optional
E extends Env = Env
optional
S extends Schema = { }
optional
BasePath extends string = "/"