generated from Sithas/conan_template
TASK00 - Авторизация и регистрация
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user