WebDAV  |
WebDAV has extended HTTP in the following ways:
|
WebDAV  |
-
Metadata: The ability to create, remove, and query information about Web pages, such as its author, creation date, etc. Also, the ability to link pages of any media type to related pages.
-
Name space management: The ability to copy and move Web pages, and to receive a listing of pages at a particular hierarchy level (like a directory listing in a file system).
-
Overwrite prevention: The ability to keep more than one person from working on a document at the same time. This prevents the "lost update problem" in which modifications are lost as first one author, then another writes their changes without merging the other author's changes.
-
Version management: The ability to store important revisions of a document for later retrieval. Version management can also support collaboration by allowing two or more authors to work on the same document in parallel tracks.
|
|