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;
}