Expand description
Canonical WebDAV path handling.
Structs§
- DavPath
- A normalized path relative to a WebDAV mount.
Enums§
- DavPath
Error - Errors produced while canonicalizing a WebDAV path.
Functions§
- child_
relative_ path - Returns a child path with collection trailing-slash semantics.
- decode_
relative_ path - Parses a mount-relative request path and returns its canonical decoded representation.
- display_
name - Returns the final decoded segment for DAV display-name generation.
- encode_
href - Percent-encodes a DAV href while preserving path separators.
- href_
for_ dav_ path - Builds an encoded href from a mount prefix and canonical DAV path.
- href_
for_ relative - Builds an encoded href from a mount prefix and decoded relative path.
- parent_
relative_ path - Returns the canonical parent collection path.