Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
variable useRequestContext
import { useRequestContext } from "https://deno.land/x/hono@v4.1.6/middleware/jsx-renderer/index.ts";

type

<E extends Env = any, P extends string = any, I extends Input = { }>() => Context<E, P, I>