pub async fn enforce_unlocked(
lock_system: &dyn DavLockSystem,
path: &DavPath,
deep: bool,
prefix: &str,
if_header: Option<&IfHeader>,
request_scheme: &str,
request_host: &str,
) -> Result<(), HttpResponse>Expand description
Enforces resource lock submission and maps the protocol response to Actix.