added http headers to readme

This commit is contained in:
hugogogo
2022-07-29 14:15:15 +02:00
parent 035dbe804d
commit 06ff3a4ea9
6 changed files with 273 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ CXXFLAGS += -MMD -MP #header dependencie
VPATH = $(SRCS_D)
HEADERS = $(HEADERS_D:%=-I%)
HEADERS_D = srcs
HEADERS_D = headers
#HEADERS = Webserv.hpp \
Client.hpp \
Server.hpp