Qore xml Module 2.1.0
Loading...
Searching...
No Matches
WebDavHandler::WebDavLockInfo hashdecl Reference

WebDAV lock information structure. More...

#include <AbstractWebDavHandler.qc.dox.h>

Public Attributes

string token
 Unique lock token URI (e.g., "urn:uuid:...")
 
string resource
 Resource path being locked.
 
string scope
 Lock scope: "exclusive" or "shared".
 
string type
 Lock type: currently only "write" per RFC 4918.
 
string depth
 Lock depth: "0" or "infinity".
 
auto owner
 Lock owner information (from request)
 
int timeout
 Timeout value in seconds (0 = infinite)
 
date expires
 Expiration timestamp.
 
soft< string > user
 User who created the lock (from auth context)
 

Detailed Description

WebDAV lock information structure.


The documentation for this hashdecl was generated from the following file: