wip cgi handling, client contains it's own privates functions to handle request headers and body
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user