From 4381d12a9e25c9f1ae9fcc908fb6f635591b8d10 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Sat, 13 May 2017 16:43:22 +0200 Subject: [PATCH] Added the DELETE method support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a17ddd3..2204c6fa 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It implements the following methods : * PROPFIND (get file information) * PUT/POST (set the content of a file and create it if it doesn't exist) * OPTIONS (list available methods) +* DELETE (delete a resource) Find more details on the process at [https://github.com/OpenMarshal/npm-WebDAV-Server/projects/1](https://github.com/OpenMarshal/npm-WebDAV-Server/projects/1).