aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpclient.cpp
blob: 9d692271d7061a99ca98bb5ddf3edeff99983e82 (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 <zenhttp/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