Webserv
|
A http server written in c++. More...
#include "webserv.hpp"
Go to the source code of this file.
Functions | |
int | main (int ac, char **av) |
< The amount of sockets listens | |
int main | ( | int | ac, |
char ** | av | ||
) |
< The amount of sockets listens
The server launcher
ac | arguments count, either 1 or 2. |
av | arguments values: executable name and an optional config file |
Definition at line 26 of file webserv.cpp.