aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpasio.h
blob: 36f988a65297a4d27cfc50d50625be5190be5c89 (plain) (blame)
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