Remove router

This commit is contained in:
2025-10-17 10:50:49 +02:00
parent a4f8f3abb7
commit 13c578d347
7 changed files with 12 additions and 957 deletions
-1
View File
@@ -5,7 +5,6 @@ handle 3xx client redirections
add discussion on string management
add discussion on error management
check that virtual hosts over HTTPS work
add examples for the router
add timers
add debug and release builds
-2
View File
@@ -35,7 +35,6 @@ header.append_file("src/engine.h")
header.append_file("src/cert.h")
header.append_file("src/client.h")
header.append_file("src/server.h")
header.append_file("src/router.h")
header.append_text("#endif // HTTP_AMALGAMATION\n")
header.save("chttp.h")
@@ -59,5 +58,4 @@ source.append_file("src/socket.c")
source.append_file("src/socket_pool.c")
source.append_file("src/client.c")
source.append_file("src/server.c")
source.append_file("src/router.c")
source.save("chttp.c")