First really working router Version

This commit is contained in:
Pablu23
2024-07-08 16:08:10 +02:00
parent 752cb229c3
commit 986be64e03
12 changed files with 424 additions and 73 deletions

View File

@@ -2,4 +2,4 @@ run: build
./server
build:
g++ -std=c++20 server.cpp request.cpp response.cpp -g -o server
g++ -std=c++20 main.cpp router.cpp path.cpp http.hpp request.cpp response.cpp -g -o server