method Response.prototype.addResourceimport { Response } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/response.ts?p=prototype.addResource&s=Response";addResource(rid: number): voidAdd a resource to the list of resources that will be closed when the request is destroyed. Parametersrid: number[src]Returnsvoid[src]