pub fn parse_move_depth(headers: &HeaderMap) -> Result<Depth, DavProtocolError>Expand description
Parses the Depth semantics used by MOVE.
ยงErrors
Returns an error when the WebDAV header is malformed or its condition fails.
pub fn parse_move_depth(headers: &HeaderMap) -> Result<Depth, DavProtocolError>Parses the Depth semantics used by MOVE.
Returns an error when the WebDAV header is malformed or its condition fails.