Skip to main content
Version: 2.1.2

DAVDepth

export type DAVDepth = '0' | '1' | 'infinity';

depth header of webdav requests

DepthAction apply to
0only the resource
1the resource and its internal members only
infinitythe resource and all its members