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