class NestResponse
implements Response
import { NestResponse } from "https://deno.land/x/deno_nest@v3.7.0/modules/hono/mod.ts";
Constructors
new
NestResponse(context: HonoContext)Properties
headers: Headers
originalContext: HonoContext
Methods
getOriginalContext<T>(): T