#include <ServerNameDirective.hpp>
|
| static const std::string | name_ = "server_name" |
◆ getName()
| std::string const & config::ServerNameDirective::getName |
( |
| ) |
const |
|
inlinevirtual |
Gets the name of the directive.
- Returns
- A constant reference to the directive's name (e.g., "listen").
Implements config::IDirective.
◆ process()
The primary logic for processing the directive's arguments.
- Parameters
-
| block | The configuration block (ServerBlock or LocationBlock) to modify. |
| args | The vector of string arguments for the directive. |
Implements config::IDirective.
◆ name_
| const std::string config::ServerNameDirective::name_ = "server_name" |
|
staticprivate |
The documentation for this class was generated from the following files: