added trim in utils, added parse request header, mv pdf in docs
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
# include <vector>
|
||||
|
||||
std::vector<std::string> split(std::string input, char delimiter);
|
||||
char* itoa(int n);
|
||||
std::string itoa(int n);
|
||||
std::string trim(std::string str, char c);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user