|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
Parses a webserv.conf file and produces a vector of ServerConf objects. More...
Go to the source code of this file.
Classes | |
| class | ConfigParser |
| class | ConfigParser::ConfigException |
Parses a webserv.conf file and produces a vector of ServerConf objects.
Uses a simple two-pass approach:
Throws ConfigParser::ConfigException (a FatalException subclass) on any syntax or semantic error so the caller can exit cleanly via the normal fatal-exception handler.
Definition in file ConfigParser.hpp.