wip cgi handling, client contains it's own privates functions to handle request headers and body

This commit is contained in:
hugogogo
2022-08-01 19:30:07 +02:00
parent 031932e887
commit 979a3d20b8
12 changed files with 382 additions and 154 deletions

View File

@@ -7,7 +7,7 @@
# include <vector>
std::vector<std::string> split(std::string input, char delimiter);
std::string itoa(int n);
std::string itos(int n);
std::string trim(std::string str, char c);
#endif