Webserv
|
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | config::Block |
Base class for configuration blocks like 'server' and 'location'. More... |
Namespaces | |
namespace | config |
Typedefs | |
typedef std::vector< std::string > | config::StringVector |
typedef std::map< std::string, StringVector > | config::DirectiveMap |