@eeymoo/ai-coding-sync
Preparing search index...
src/types
WebDavOptions
Interface WebDavOptions
WebDAV runtime options.
Since
0.1.0
interface
WebDavOptions
{
caCert
?:
string
;
concurrency
:
number
;
depth
:
"0"
|
"infinity"
|
"1"
;
maxRetries
:
number
;
timeout
:
number
;
verifySsl
:
boolean
;
}
Index
Properties
ca
Cert?
concurrency
depth
max
Retries
timeout
verify
Ssl
Properties
Optional
ca
Cert
caCert
?:
string
concurrency
concurrency
:
number
depth
depth
:
"0"
|
"infinity"
|
"1"
max
Retries
maxRetries
:
number
timeout
timeout
:
number
verify
Ssl
verifySsl
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ca
Cert
concurrency
depth
max
Retries
timeout
verify
Ssl
@eeymoo/ai-coding-sync
Loading...
WebDAV runtime options.
Since
0.1.0