Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi committed Jan 30, 2020
1 parent 2831ea1 commit 7222ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chttp.h
Original file line number Diff line number Diff line change
@@ -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);
void runSuccessHandler(GarrysMod::Lua::ILuaBase *LUA, int handler, HTTPResponse response);

0 comments on commit 7222ffb

Please sign in to comment.