import { HonoRequest } from "https://deno.land/x/deno_nest@v3.5.2/modules/hono/deps.ts";
Constructors
Properties
Methods
addValidatedData(target: keyof ValidationTargets, data: { })
arrayBuffer(): Promise<ArrayBuffer>
deprecated
cookie(key: string): string | undefineddeprecated
cookie(): Cookieheader(name: string): string | undefined
header(): Record<string, string>
json<T = any>(): Promise<T>
parseBody<T extends BodyData = BodyData>(options?: ParseBodyOptions): Promise<T>
queries(key: string): string[] | undefined
queries(): Record<string, string[]>
query(key: string): string | undefined
query(): Record<string, string>
setParams(params: ParamIndexMap | Params)
text(): Promise<string>