x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
method Response.prototype.addResource
import { Response } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.addResource&s=Response";

Add a resource to the list of resources that will be closed when the request is destroyed.

Parameters

rid: number[src]