method Response.prototype.addResourceimport { Response } from "https://deno.land/x/danet@1.7.4/src/deps.ts"; addResource(rid: number): voidAdd a resource to the list of resources that will be closed when the request is destroyed. Parametersrid: numberReturnsvoid