pub fn parse_propfind_depth(
headers: &HeaderMap,
) -> Result<Depth, DavProtocolError>Expand description
Parses the Depth semantics used by PROPFIND.
pub fn parse_propfind_depth(
headers: &HeaderMap,
) -> Result<Depth, DavProtocolError>Parses the Depth semantics used by PROPFIND.