|
Webserv
|
| ▼ includes | |
| Client.hpp | |
| Env.hpp | |
| Master.hpp | |
| Nodes.hpp | |
| Parser.hpp | |
| Route.hpp | |
| Server.hpp | |
| Token.hpp | |
| webserv.hpp | |
| ▼ srcs | |
| ▼ json | |
| Nodes.cpp | |
| Parser.cpp | |
| Token.cpp | |
| ▼ load | |
| Env.cpp | |
| Route.cpp | A location class which handle |
| Server.cpp | The servers object. One is created for each config server |
| ▼ sock | |
| Client.cpp | The client sockets class which keep keep clients information and handle answer to them |
| Master.cpp | The master sockets class which receive each incomming new client |
| debug.cpp | |
| tools.cpp | |
| webserv.cpp | A http server written in c++ |