diff --git a/include/core.hpp b/include/core.hpp index 212d3c7..d7cec93 100644 --- a/include/core.hpp +++ b/include/core.hpp @@ -11,7 +11,11 @@ enum HTTPRequestType { HTTPRequestType_Get = 1, HTTPRequestType_Post, - HTTPRequestType_Head + HTTPRequestType_Head, + HTTPRequestType_Put, + HTTPRequestType_Patch, + HTTPRequestType_Delete, + HTTPRequestType_Options, }; struct HTTPResponseHandler