1 2 3 4 5 6 7 8 9 10 11
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include <zenhttp/httpserver.h> namespace zen { Ref<HttpServer> CreateHttpAsioServer(bool ForceLoopback, unsigned int ThreadCount); } // namespace zen