import { Context } from "https://deno.land/x/hono@v3.7.1/mod.ts";
Constructors
new
Context(req: HonoRequest<P, I["out"]>, options?: ContextOptions<E>)Properties
private
_h: Headers | undefinedprivate
_res: Response | undefinedprivate
_var: E["Variables"]private
notFoundHandler: NotFoundHandler<E>env: E["Bindings"]
get: Get<E>
redirect: (location: string, status?: StatusCode) => Response
req: HonoRequest<P, I["out"]>
res: Response
set: Set<E>
stream: () => Response
streamText: () => Response
readonly
var: Readonly<E["Variables"]>