Вынесена функция

(cherry picked from commit 4814cdcabb06c47fb6258b0031d97e2d5bff24b2)
This commit is contained in:
Антон
2025-04-18 17:30:16 +03:00
parent 0bb184e0f5
commit 88e80e7030
4 changed files with 70 additions and 55 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <boost/beast.hpp>
namespace uad {
boost::beast::string_view MimeType(boost::beast::string_view path);
}