Module webdav_handler::davpath[][src]

Expand description

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

Structs

DavPath

URL path, with hidden prefix.

DavPathRef

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

Enums

ParseError

Error returned by some of the DavPath methods.