parse_propfind_depth

Function parse_propfind_depth 

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

Parses the Depth semantics used by PROPFIND.

ยงErrors

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