import { type Response } from "https://deno.land/x/deno_nest@v3.7.1/src/interfaces/mod.ts";
Methods
This method should only called in middleware.
If you changed the response body, status, headers in middleware, you must call this method to render the response. Nevertheless, this can cause the render to be executed repeatedly. The processing of all more reasonable modification responses is in the interceptor, not in the middleware.