aboutsummaryrefslogtreecommitdiff
path: root/zencore/httpclient.cpp
blob: 268483403fbda944f8cc299a658e03b1ffd68c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright Epic Games, Inc. All Rights Reserved.

#include <zencore/httpclient.h>

#include <spdlog/spdlog.h>

#include <doctest/doctest.h>

namespace zen {

TEST_CASE("httpclient")
{
	using namespace std::literals;

	SUBCASE("client") {}
}

void
httpclient_forcelink()
{
}

}  // namespace zen