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.
pub fn parse_propfind_depth(
headers: &HeaderMap,
) -> Result<Depth, DavProtocolError>Parses the Depth semantics used by PROPFIND.
Returns an error when the WebDAV header is malformed or its condition fails.