Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 883 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 883 Bytes

webserv

This is a simple HTTP server in c++98 that takes a configuration file as argument.

Useful links

Notion

Authors

  • iidzim, worked on the netwroking part.
  • framdani, parsing the configuration file and request.
  • Oumeimatt was responsible for the response and CGI.