First commit.

This commit is contained in:
Robin Davies
2021-08-15 12:42:46 -04:00
commit d8a6022947
264 changed files with 95068 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#pragma once
// Diagnostic type used to report calculated type T in an error message.
template <typename T> class TypeDisplay;
#include <string>
#include <memory>
#include <boost/asio/ip/tcp.hpp>
#include <mutex>
#include <string>
#include <vector>
#include <string_view>
#include <stdexcept>
#include <sstream>
#include <cstdlib>
#include <boost/asio/ip/tcp.hpp>
#include <boost/beast/http.hpp>