Proxy
Defined in: index.ts:36
Configuration of a proxy that a Client should pass requests to.
2.0.0
optional
all:string
|ProxyConfig
Defined in: index.ts:40
Proxy all traffic to the passed URL.
optional
http:string
|ProxyConfig
Defined in: index.ts:44
Proxy all HTTP traffic to the passed URL.
optional
https:string
|ProxyConfig
Defined in: index.ts:48
Proxy all HTTPS traffic to the passed URL.
© 2025 Tauri Contributors. CC-BY / MIT