Skip to content

noureddine-taleb/ft_webserv

Repository files navigation

Http Webserver

http webserver written in c++98, supports http/1.1 with GET, POST and DELETE methods.

Run

to run the webserver, you need to compile it first:

make

then

./webserv <config-file>