diff options
Diffstat (limited to 'include/curl_wrapper.hpp')
-rw-r--r-- | include/curl_wrapper.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 074dccb..07603b2 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -40,6 +40,7 @@ enum class http_method GET, POST, PATCH, + PUT, DELETE }; |