This website requires JavaScript.
Explore
Help
Sign In
willem
/
webserv
Watch
1
Star
0
Fork
0
You've already forked webserv
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e200731306
webserv
/
webserv
History
whaffman
e200731306
HttpConstants header file with HTTP methods, versions, status codes, headers, MIME types, and protocol constants
2025-09-22 22:44:52 +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
HttpConstants header file with HTTP methods, versions, status codes, headers, MIME types, and protocol constants
2025-09-22 22:44:52 +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
main.cpp
Set stdout log level to Trace for improved logging detail
2025-09-22 21:49:47 +02:00