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

    Interface Proxy

    Configuration of a proxy that a Client should pass requests to.

    2.0.0

    interface Proxy {
        all?: string | ProxyConfig;
        http?: string | ProxyConfig;
        https?: string | ProxyConfig;
    }
    Index

    Properties

    Properties

    all?: string | ProxyConfig

    Proxy all traffic to the passed URL.

    http?: string | ProxyConfig

    Proxy all HTTP traffic to the passed URL.

    https?: string | ProxyConfig

    Proxy all HTTPS traffic to the passed URL.