kinetex - v1.0.0-rc.1
    Preparing search index...

    Interface ProxyConfig

    Proxy configuration.

    interface ProxyConfig {
        url: string;
        username?: string;
        password?: string;
    }
    Index

    Properties

    url: string

    Proxy URL: http://, https://, socks5://, socks5h://

    username?: string

    Username for proxy authentication.

    password?: string

    Password for proxy authentication.