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

x/hono/hono.ts>Hono#dispatch

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

Parameters

request: Request
optional
eventOrExecutionCtx: ExecutionContext | FetchEvent
optional
env: E["Bindings"]