Skip to content
Tauri

ProxyConfig

Defined in: index.ts:51

optional basicAuth: object

Defined in: index.ts:59

Set the Proxy-Authorization header using Basic auth.

password: string

username: string


optional noProxy: string

Defined in: index.ts:67

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


url: string

Defined in: index.ts:55

The URL of the proxy server.


© 2025 Tauri Contributors. CC-BY / MIT