Initial commit

This commit is contained in:
Sithas
2025-05-31 16:29:35 +00:00
commit f12df8f0ec
9 changed files with 620 additions and 0 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);
}