Http: Add config value to turn it off, move all http settings into a category in the config

This commit is contained in:
Lion Kortlepel
2021-12-06 09:53:13 +01:00
parent bd41382233
commit 62cc1e9ce4
5 changed files with 46 additions and 41 deletions

View File

@@ -12,6 +12,7 @@
#include "CustomAssert.h"
#include "Http.h"
Application::TSettings Application::Settings = {};
std::unique_ptr<TConsole> Application::mConsole = std::make_unique<TConsole>();
void Application::RegisterShutdownHandler(const TShutdownHandler& Handler) {