WebDAV: Difference between revisions

Content deleted Content added
fix heading
Implementation: add missing space to fix table thing
Line 30:
WebDAV extends the set of standard HTTP verbs and headers allowed for [[Hypertext Transfer Protocol#Request methods|request methods]]. The added verbs include:
 
'''COPY''': copy a resource from one [[uniform resource identifier]] (URI) to another '''LOCK''': put a [[lock (computer science)|lock]] on a resource. WebDAV supports both shared and exclusive locks.
'''MKCOL''': create collections (also known as a [[folder (computing)|directory]])
'''MOVE''': move a resource from one URI to another