pub async fn enforce_parent_unlocked(
lock_system: &dyn DavLockSystem,
path: &DavPath,
prefix: &str,
if_header: Option<&IfHeader>,
request_scheme: &str,
request_host: &str,
) -> Result<(), DavResponse>Expand description
Applies enforce_unlocked to the canonical parent of a mutation target.