diff options
Diffstat (limited to 'include/curl_wrapper.hpp')
-rw-r--r-- | include/curl_wrapper.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 77eda31..074dccb 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -38,7 +38,9 @@ using std::string_view; enum class http_method { GET, - POST + POST, + PATCH, + DELETE }; /*! |