// Copyright Epic Games, Inc. All Rights Reserved.#pragma once#include<zenhttp/httpserver.h>namespacezen{structAsioConfig{unsignedintThreadCount=0;boolForceLoopback=false;boolIsDedicatedServer=false;};Ref<HttpServer>CreateHttpAsioServer(constAsioConfig&Config);boolIsIPv6Capable();}// namespace zen