• 解析代理地址

    Parameters

    • proxyUrl: string

    Returns {
        host: string;
        port: number;
        protocol: string;
    }

    • host: string
    • port: number
    • protocol: string

Generated using TypeDoc