Webserv
Loading...
Searching...
No Matches
Functions
webserv.cpp File Reference

A http server written in c++. More...

#include "webserv.hpp"
Include dependency graph for webserv.cpp:

Go to the source code of this file.

Functions

int main (int ac, char **av)
 < The amount of sockets listens
 

Detailed Description

A http server written in c++.

Author
Narnaud
Version
0.1
Date
2023-01-12

Definition in file webserv.cpp.

Function Documentation

◆ main()

int main ( int  ac,
char **  av 
)

< The amount of sockets listens

The server launcher

Parameters
acarguments count, either 1 or 2.
avarguments values: executable name and an optional config file
Returns
return EXIT_FAILURE if an exception occur

Definition at line 26 of file webserv.cpp.

Here is the call graph for this function: