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

ProxyConfiguration

import type { ProxyConfiguration } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";

Configuration options of a Server's HTTP proxy

interface ProxyConfiguration {
baseURL?: string;
enable?: boolean;
hostname?: string;
}

§Properties

§
baseURL?: string
[src]

The base URL of the HTTP proxy server

§
enable?: boolean
[src]

Allow Laurali to proxy

§
hostname?: string
[src]

The hostname of this Laurali server