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