From c2cc2e5c759863229ce9d48d014243f6e7260353 Mon Sep 17 00:00:00 2001 From: cflip Date: Thu, 7 Jul 2022 13:09:11 -0600 Subject: Create an HttpRequest class --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a44899..cf63161 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ CFLAGS=-pedantic -Wall --std=c++11 SRC=src/main.cpp \ src/ClientConnection.cpp \ src/ServerConnection.cpp \ + src/HttpRequest.cpp \ src/HttpResponse.cpp OUT=cfws -- cgit v1.2.3