Skip to main content
Module

x/plug/mod.ts>Plug.UrlOptions

🔌 Deno plugin management library
Go to Latest
interface Plug.UrlOptions
import { type Plug } from "https://deno.land/x/plug@0.5.2/mod.ts";
const { UrlOptions } = Plug;

Properties

url: string
optional
policy: CachePolicy
optional
cache: string
optional
log: boolean