Interface ProxyOptions

interface ProxyOptions {
    proxyHost?: string;
    proxyPassword?: string;
    proxyPort?: number;
    proxyUsername?: string;
}

Hierarchy (view full)

Properties

proxyHost?: string
proxyPassword?: string
proxyPort?: number
proxyUsername?: string