chughes741 / webserv

HTTP server written in C++
2 stars 0 forks source link

Rename HTTP status macros #47

Closed chughes741 closed 1 year ago

chughes741 commented 1 year ago

The HTTP status macros need a more clear name, something like #define STATUS_OK "200 OK" or #define HTTP_STATUS_OK "200 OK"