webserv This is a simple HTTP server in c++98 that takes a configuration file as argument. The parsing of configuration file is inspired from the server part of NGINX cfg file. The required features of the server is implemented based on the RFC7230, RFC7231, RFC7232, RFC7233, RFC7234, RFC7235. Useful links Notion Authors iidzim, worked on the netwroking part. framdani, parsing the configuration file and request. Oumeimatt was responsible about the Response and CGI.