Skip to main content
Extremely Popular
Go to Latest
method HttpCache.prototype.set
import { HttpCache } from "https://deno.land/x/deno_cache@0.5.2/http_cache.ts";

Parameters

url: URL
headers: Record<string, string>
content: string

Returns

Promise<void>