#pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace uad { namespace beast = boost::beast; namespace http = beast::http; namespace net = boost::asio; beast::string_view MimeType(beast::string_view path); std::string PathCat(beast::string_view base, beast::string_view path); void Fail(beast::error_code ec, char const* what); }