Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WrrPolicy

import type { WrrPolicy } from "https://googleapis.deno.dev/v1/domains:v1.ts";

Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.

interface WrrPolicy {
item?: WrrPolicyItem[];
}

§Properties