Skip to main content
Module

x/hono/middleware.ts>useRequestContext

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable useRequestContext
import { useRequestContext } from "https://deno.land/x/hono@v4.2.6/middleware.ts";

type

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