From eb66c0b43314f80007f39108c82cc9e78c913597 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 26 May 2025 19:13:42 +0200 Subject: [PATCH] new --- C*DAV-explanations.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 C*DAV-explanations.md diff --git a/C*DAV-explanations.md b/C*DAV-explanations.md new file mode 100644 index 0000000..10a2a8d --- /dev/null +++ b/C*DAV-explanations.md @@ -0,0 +1,11 @@ +(i) work in progress, for more see related RFCs + +# Calls by clients + +| Request | Condition | Return Code | +|+|+| +| PUT | new item | 201 Created | +| PUT | updating existing item | 204 No Cotent | +| GET | (download item or folder) | 200 | +| REPORT | (query for items) | 207 Multi-Status | +| PROPFIND | (find property of items) | 207 Multi-Status | \ No newline at end of file