method Response.prototype.destroyimport { Response } from "https://dotland.deno.dev/x/oak@v17.1.2/response.ts"; destroy(closeResources?): voidRelease any resources that are being tracked by the response. ParametersoptionalcloseResources = [UNSUPPORTED]close any resource IDs registered with the response Returnsvoid