diff --git a/srcs/webserv/http_status.hpp b/srcs/webserv/http_status.hpp index c53170d..8aa513a 100644 --- a/srcs/webserv/http_status.hpp +++ b/srcs/webserv/http_status.hpp @@ -12,7 +12,18 @@ // # define HTML_ERROR(STATUS) "\r\n"STATUS"

"STATUS"


Le Webserv/0.1

" # define STATUS_PLACEHOLDER "$STATUS" -# define HTML_ERROR "" STATUS_PLACEHOLDER "

" STATUS_PLACEHOLDER "


Le Webserv/0.1

" +# define HTML_ERROR \ +""\ +""\ +""\ + "" STATUS_PLACEHOLDER ""\ +""\ +""\ + "

" STATUS_PLACEHOLDER "

"\ + "
"\ + "

Le Webserv/0.1

"\ +""\ +"" // When new status added, need to update _init_http_status_map() # define S200 "200 OK"