Native HTTP get request implementation

This commit is contained in:
Anonymous275
2020-03-17 23:44:58 +02:00
parent aebbcfc3f6
commit de1a7f80f2
3 changed files with 66 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ project(BeamNG-MP-Launcher)
set(CMAKE_CXX_STANDARD 14)
add_executable(BeamNG-MP-Launcher main.cpp enet.h proxy.cpp Security.cpp)
add_executable(BeamNG-MP-Launcher main.cpp enet.h proxy.cpp Security.cpp http.cpp)