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<(), HttpResponse>Expand description
Enforces lock submission for the canonical parent and maps the response to Actix.