Template
1
0

Added proper file reading

This commit is contained in:
2025-06-26 02:07:58 +03:00
parent ea8b8c884e
commit effa9ec9fa
3 changed files with 23 additions and 10 deletions

View File

@@ -8,6 +8,8 @@
namespace Helpers {
std::string ReadFile(std::string Path);
std::string GenerateResponse(std::string statusCode, std::string contentType,
std::string content);
// ===========
// Hashing
// ===========