TASK00 - Авторизация и регистрация

This commit is contained in:
Антон
2025-06-06 19:59:51 +03:00
parent 581b104e85
commit bf738e2bd2
13 changed files with 627 additions and 396 deletions
+9 -2
View File
@@ -1,7 +1,14 @@
#pragma once
#include <boost/beast.hpp>
namespace uad {
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);
}
void Fail(boost::beast::error_code ec, char const* what);
std::string ToHex(std::byte* src, size_t len);
} // namespace uad