Interface AxiosProxyConfig

interface AxiosProxyConfig {
    auth?: { password: string; username: string };
    host: string;
    port: number;
    protocol?: string;
}

Properties

auth?: { password: string; username: string }
host: string
port: number
protocol?: string
MMNEPVFCICPMFPCPTTAAATR