diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-24 22:16:32 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-24 22:16:32 +0000 |
| commit | fc3255cf6939d22cc54240c5c9be1fddcfea8beb (patch) | |
| tree | 03aa4f093d6e21981b4fbf10d3edb4c63e9fc352 /src/include | |
| parent | 7adb5cfb425dd927b3e78f1a9da75d825f6a3904 (diff) | |
| download | tipidee-fc3255cf6939d22cc54240c5c9be1fddcfea8beb.tar.gz | |
Add PATCH support, accept PUT/DELETE/PATCH on cgi
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tipidee/method.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/tipidee/method.h b/src/include/tipidee/method.h index b6efaa6..8c1b500 100644 --- a/src/include/tipidee/method.h +++ b/src/include/tipidee/method.h @@ -11,6 +11,7 @@ enum tipidee_method_e TIPIDEE_METHOD_GET, TIPIDEE_METHOD_HEAD, TIPIDEE_METHOD_OPTIONS, + TIPIDEE_METHOD_PATCH, TIPIDEE_METHOD_POST, TIPIDEE_METHOD_PRI, TIPIDEE_METHOD_PUT, |
