mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
intermid commit
This commit is contained in:
@@ -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(
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user