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