intermid commit

This commit is contained in:
3lswear
2022-01-04 14:48:28 +03:00
parent e1c414b555
commit 013e3c1ddb
5 changed files with 330 additions and 1 deletions

View File

@@ -1,9 +1,28 @@
#include "webserv.hpp"
#include <map>
#include <vector>
#include <fstream>
#include <cstdlib>
#include <iostream>
#include <exception>
#include "TOMLNode.cpp"
#include "TOMLParser.cpp"
/* struct location */
/* { */
/* std::string location; */
/* std::string root; */
/* } */
/* class config */
/* { */
/* std::string name; */
/* } */
namespace config
{
void parse(
}