parse_lock_token_header

Function parse_lock_token_header 

Source
pub fn parse_lock_token_header(
    headers: &HeaderMap,
) -> Result<String, DavProtocolError>
Expand description

Parses the required angle-bracketed Lock-Token request header.

ยงErrors

Returns an error when the WebDAV header is malformed or its condition fails.