Expand description
Reusable types for implementing WebDAV clients and servers based on RFC 4918.
This crate is intended to be used together with libraries that build on the
general-purpose http
crate.
§Usage
cargo add webdav-meta --rename webdav
§Implemented features
HTTP Methods
HTTP methods are currently defined as static variables, but should be moved to constants in the future.
HTTP Headers
XML Elements
-
activelock
-
allprop
: internally implemented forPropfind
-
collection
: internally implemented forResourceType
-
depth
-
error
: currently just a string -
exclusive
-
href
-
include
-
location
-
lockentry
-
lockinfo
-
lockroot
-
lockscope
-
locktoken
-
locktype
-
multistatus
-
owner
-
prop
-
propertyupdate
-
propfind
-
propname
: internally implemented forPropfind
-
propstat
-
remove
-
response
-
responsedescription
-
set
-
shared
-
status
-
timeout
-
write