diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-10 09:18:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-10 09:19:08 +0000 |
commit | a2d7dede737947d7c6afa20a88e1f0c64e0eb96c (patch) | |
tree | fed4aff7dbe0be00cf91de6261d98bc0eb9a2449 /web/server/web_client.h | |
parent | Releasing debian version 1.41.0-1. (diff) | |
download | netdata-a2d7dede737947d7c6afa20a88e1f0c64e0eb96c.tar.xz netdata-a2d7dede737947d7c6afa20a88e1f0c64e0eb96c.zip |
Merging upstream version 1.42.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/server/web_client.h')
-rw-r--r-- | web/server/web_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/server/web_client.h b/web/server/web_client.h index 68fcbfa31..ff09fcd54 100644 --- a/web/server/web_client.h +++ b/web/server/web_client.h @@ -18,6 +18,8 @@ typedef enum web_client_mode { WEB_CLIENT_MODE_FILECOPY = 2, WEB_CLIENT_MODE_OPTIONS = 3, WEB_CLIENT_MODE_STREAM = 4, + WEB_CLIENT_MODE_PUT = 5, + WEB_CLIENT_MODE_DELETE = 6, } WEB_CLIENT_MODE; typedef enum { |