WebDAV

wwiki
이동: 둘러보기, 검색

출처: https://en.wikipedia.org/wiki/WebDAV

Web-based Distributed Authoring and Versioning

표준 HTTP 확장

https://upload.wikimedia.org/wikipedia/commons/a/a2/WebDAV_sample_collaborative_authoring.png

Verb Action
COPY copy a resource from one uniform resource identifier (URI) to another
LOCK put a lock on a resource. WebDAV supports both shared and exclusive locks.
MKCOL create collections (also known as a directory)
MOVE move a resource from one URI to another
PROPFIND Property Find?

retrieve properties, stored as XML, from a web resource. It is also overloaded to allow one to retrieve the collection structure (also known as directory hierarchy) of a remote system.

PROPPATCH change and delete multiple properties on a resource in a single atomic act
UNLOCK remove a lock from a resource

CalDAV, CardDAV, 클라우드 등을 구현할 수 있다.