NHariman / foodserv

A functional HTTP server written in C++ capable of sending and receiving HTTP requests, displaying websites and its content and executing CGIs
0 stars 2 forks source link

Config parsing #1

Closed NHariman closed 2 years ago

NHariman commented 2 years ago

created basic nginx configuration file parser. the parser is able to split all components of an nginx config file into bits that can then be further validated in other functions. It also can detect when an nginx configuration file is faulty and throws a descriptive exception which is then caught in the main. All config parser files have been moved to a folder named config which is found within src