Base class for configuration blocks like 'server' and 'location'.
Definition Block.hpp:15
Defines the contract for a configuration directive handler.
Definition IDirective.hpp:18
Definition ListenDirective.hpp:7
std::string const & getName() const
Gets the name of the directive.
Definition ListenDirective.hpp:10
void process(Block &b, ParsedDirectiveArgs const &args) const
The primary logic for processing the directive's arguments.
Definition ListenDirective.cpp:15
static const std::string name_
Definition ListenDirective.hpp:13
Definition ArgumentFactory.hpp:5
std::vector< Token > ParsedDirectiveArgs
Definition types.hpp:13