@tauri-apps/plugin-http - v2.5.1
    Preparing search index...

    Interface ProxyConfig

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

    Properties

    url: string

    The URL of the proxy server.

    basicAuth?: { username: string; password: string }

    Set the Proxy-Authorization header using Basic auth.

    noProxy?: string

    A configuration for filtering out requests that shouldn't be proxied. Entries are expected to be comma-separated (whitespace between entries is ignored)