Module dav_server::davpath

source ·
Expand description

Utility module to handle the path part of an URL as a filesytem path.

Structs§

  • URL path, with hidden prefix.
  • Reference to DavPath, no prefix. It’s what you get when you Deref DavPath, and returned by DavPath::with_prefix().

Enums§

  • Error returned by some of the DavPath methods.