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