Template
1
0

Start of the body processing

This commit is contained in:
2025-07-02 15:14:16 +03:00
parent b32e7f5d70
commit 9f5abcafa1
4 changed files with 76 additions and 22 deletions

View File

@@ -7,7 +7,8 @@
namespace Helpers {
std::string ReadFile(std::string Path);
void getlineAndCount(std::basic_istream<char> &stream, uint64_t &count,
std::string &string, char delimit = '\0');
std::string GenerateResponse(std::string statusCode, std::string contentType,
std::string content);
// ===========