ClientOptions
Defined in: index.ts:75
Options to configure the Rust client used to make fetch requests
2.0.0
optional
connectTimeout:number
Defined in: index.ts:82
Timeout in milliseconds
optional
danger:DangerousSettings
Defined in: index.ts:90
Configuration for dangerous settings on the client such as disabling SSL verification.
optional
maxRedirections:number
Defined in: index.ts:80
Defines the maximum number of redirects the client should follow. If set to 0, no redirects will be followed.
optional
proxy:Proxy
Defined in: index.ts:86
Configuration of a proxy that a Client should pass requests to.
© 2025 Tauri Contributors. CC-BY / MIT