Module

x/hono/middleware.ts>useRequestContext

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable useRequestContext
import { useRequestContext } from "https://dotland.deno.dev/x/hono@v4.1.5/middleware.ts";

type

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