ClientOptions
Defined in: index.ts:75
Options to configure the Rust client used to make fetch requests
2.0.0
optionalconnectTimeout:number
Defined in: index.ts:82
Timeout in milliseconds
optionaldanger:DangerousSettings
Defined in: index.ts:90
Configuration for dangerous settings on the client such as disabling SSL verification.
optionalmaxRedirections: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.
optionalproxy:Proxy
Defined in: index.ts:86
Configuration of a proxy that a Client should pass requests to.
© 2025 Tauri Contributors. CC-BY / MIT