parse_copy_depth

Function parse_copy_depth 

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

Parses the Depth semantics used by COPY.

ยงErrors

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