From f8d9ac5d13dd37b8b57af0478e77ba1e75c813aa Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 11 May 2021 13:05:39 +0200 Subject: Adding zenservice code --- zencore/httpclient.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 zencore/httpclient.cpp (limited to 'zencore/httpclient.cpp') diff --git a/zencore/httpclient.cpp b/zencore/httpclient.cpp new file mode 100644 index 000000000..268483403 --- /dev/null +++ b/zencore/httpclient.cpp @@ -0,0 +1,23 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include + +#include + +#include + +namespace zen { + +TEST_CASE("httpclient") +{ + using namespace std::literals; + + SUBCASE("client") {} +} + +void +httpclient_forcelink() +{ +} + +} // namespace zen -- cgit v1.2.3