diff --git a/src/chttp.h b/src/chttp.h index 98343a7..7086bf5 100644 --- a/src/chttp.h +++ b/src/chttp.h @@ -1,8 +1,8 @@ #include "GarrysMod/Lua/Interface.h" #include "http.h" -#define CHTTP_VERSION "1.1" +#define CHTTP_VERSION "1.2" bool processRequest(HTTPRequest request); void runFailedHandler(GarrysMod::Lua::ILuaBase *LUA, int handler, std::string reason); -void runSuccessHandler(GarrysMod::Lua::ILuaBase *LUA, int handler, HTTPResponse response); \ No newline at end of file +void runSuccessHandler(GarrysMod::Lua::ILuaBase *LUA, int handler, HTTPResponse response);