method Response.prototype.destroyimport { Response } from "https://dotland.deno.dev/x/oak@v11.1.0/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