DAVDepth
export type DAVDepth = '0' | '1' | 'infinity';
depth header of webdav requests
| Depth | Action apply to |
|---|---|
| 0 | only the resource |
| 1 | the resource and its internal members only |
| infinity | the resource and all its members |
export type DAVDepth = '0' | '1' | 'infinity';
depth header of webdav requests
| Depth | Action apply to |
|---|---|
| 0 | only the resource |
| 1 | the resource and its internal members only |
| infinity | the resource and all its members |