pub fn decode_relative_path(relative: &str) -> Result<DavPath, DavPathError>Expand description
Parses a mount-relative request path and returns its canonical decoded representation.
ยงErrors
Returns DavPathError when percent-decoding fails or dot segments escape the mount.