#include <Config.hpp>
◆ parse()
| ServerConfig config::ServerConfig::parse |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ engine
◆ http_version
◆ log_level
| std::string config::ServerConfig::log_level {"INFO"} |
◆ max_body_size
| size_t config::ServerConfig::max_body_size {10485760} |
◆ port
| uint16_t config::ServerConfig::port {8080} |
◆ ssl_cert
| std::string config::ServerConfig::ssl_cert {""} |
◆ ssl_key
| std::string config::ServerConfig::ssl_key {""} |
◆ static_dir
| std::string config::ServerConfig::static_dir {"./public"} |
◆ worker_threads
| size_t config::ServerConfig::worker_threads {4} |
The documentation for this struct was generated from the following files: