// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include namespace zen { Ref CreateHttpAsioServer(bool ForceLoopback, unsigned int ThreadCount); } // namespace zen