# Copy a resource from one URI to another
COPY
# Put resource
PUT
# Change and delete multiple properties on a resource in a single atomic act
PROPPATCH
PROPFINDetrieve properties, stored as XML, from a web resource. It is also overloaded to allow one to retrieve the collection structure (a.k.a. directory hierarchy) of a remote system.
# Remove a lock from a resource
UNLOCK
# Put a lock on a resource. WebDAV supports both shared and exclusive locks.
LOCK
#used to create collections (a.k.a. a directory)
MKCOL