pub fn plan_lock_request(
headers: &HeaderMap,
body: &[u8],
request_head: &DavRequestHead,
prefix: &str,
maximum_timeout: Duration,
) -> Result<DavLockPlan, DavLockPlanError>Expand description
Selects lock acquisition or refresh and validates all protocol-owned inputs.