well i think i have the Config Parser working and pretty clean, there might be a few tweaks here and there but looks good, now to integrate it with Webserv
This commit is contained in:
10
srcs/utils.hpp
Normal file
10
srcs/utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
|
||||
#ifndef UTILS_HPP
|
||||
# define UTILS_HPP
|
||||
|
||||
|
||||
std::vector<std::string> split(std::string input, char delimiter);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user