Initial commit

This commit is contained in:
Sithas
2025-05-31 16:29:35 +00:00
committed by Антон
parent 431b183e01
commit f4b8604267
9 changed files with 582 additions and 50 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <boost/beast.hpp>
namespace uad {
boost::beast::string_view MimeType(boost::beast::string_view path);
std::string PathCat(boost::beast::string_view base, boost::beast::string_view path);
}