webserv/webserv/config
2025-09-25 21:57:02 +02:00
..
directive feat(directives): implement DirectiveValue class and IntStringDirective for enhanced directive handling and use std::variant instead of any 2025-09-25 21:57:02 +02:00
AConfig.hpp feat(directives): implement directive parsing and factory pattern for configuration 2025-09-25 17:33:14 +02:00
ConfigManager.cpp feat(directives): implement directive parsing and factory pattern for configuration 2025-09-25 17:33:14 +02:00
ConfigManager.hpp feat(directives): implement directive parsing and factory pattern for configuration 2025-09-25 17:33:14 +02:00
LocationConfig.cpp fix: add utils namespace to functions 2025-09-24 13:01:27 +02:00
LocationConfig.hpp Refactor variable naming for consistency: update member variables in Client, ConfigManager, LocationConfig, ServerConfig, and Socket classes to use a consistent naming convention with trailing underscores. 2025-09-21 00:12:05 +02:00
ServerConfig.cpp feat(directives): implement DirectiveValue class and IntStringDirective for enhanced directive handling and use std::variant instead of any 2025-09-25 21:57:02 +02:00
ServerConfig.hpp refactor(ServerConfig): update directive parsing and improve server socket binding 2025-09-25 17:51:37 +02:00
utils.cpp feat(request): catch parse errors 2025-09-24 13:34:07 +02:00
utils.hpp refactor: update includes to use cstdint and cstddef for consistency 2025-09-24 22:34:12 +02:00