import { HonoContext } from "https://deno.land/x/deno_nest@v3.6.2/modules/hono/mod.ts";
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
res: Response
set: Set<E>
stream: () => Response
streamText: () => Response
readonly
var: Readonly<E["Variables"]>