The Config Parser looks a lot better, cleaner, made a lot of decisions and added i think everything to the apropriate header files, now working on testing but since new install of Ubuntu testing make on something i expect is working, the main branch, so brb
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
# define LOCATIONCONFIG_HPP
|
||||
|
||||
// includes
|
||||
// add includes properly
|
||||
# include <string>
|
||||
# include <vector>
|
||||
# include <map>
|
||||
# include "Webserv.hpp"
|
||||
|
||||
// again, struct instead?
|
||||
@@ -31,10 +35,6 @@ public:
|
||||
std::map<std::string, std::string> cgi_info;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user