webserv/webserv
2025-09-22 22:33:37 +02:00
..
client Refactor Client class: replace std::cout with logging calls for read errors and client disconnections, and remove unused header parsing methods 2025-09-22 22:33:17 +02:00
config Refactor logging: replace LOG macros with Log class methods for improved clarity and consistency 2025-09-22 12:00:53 +02:00
handler Add header and implementation files for CgiHandler, ErrorHandler, FileHandler, HttpRequest, HttpResponse, and Router classes 2025-09-21 00:38:23 +02:00
http Refactor HttpRequest::parseBuffer: extract parsing logic into separate methods for request line, headers, and body 2025-09-22 22:33:27 +02:00
log Fix formatting in Log class: adjust pointer declaration style for RESET_COLOR 2025-09-22 13:13:36 +02:00
router Add header and implementation files for CgiHandler, ErrorHandler, FileHandler, HttpRequest, HttpResponse, and Router classes 2025-09-21 00:38:23 +02:00
server Refactor logging: replace LOG macros with Log class methods for improved clarity and consistency 2025-09-22 12:00:53 +02:00
socket Refactor logging: replace LOG macros with Log class methods for improved clarity and consistency 2025-09-22 12:00:53 +02:00
HttpConstants.hpp Add HttpConstants header file with HTTP methods, versions, status codes, headers, MIME types, and protocol constants 2025-09-22 22:33:37 +02:00
main.cpp Set stdout log level to Trace for improved logging detail 2025-09-22 21:49:47 +02:00