Add virtual hosts example

This commit is contained in:
2025-11-27 09:00:27 +01:00
parent b87a78a023
commit 93c989b56f
5 changed files with 81 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ endif
.PHONY: all clean example
all: chttp.c chttp.h simple_client$(EXT) simple_server$(EXT) proxy$(EXT)
all: chttp.c chttp.h simple_client$(EXT) simple_server$(EXT) proxy$(EXT) virtual_hosts$(EXT)
chttp.c chttp.h: $(wildcard src/*.c src/*.h) misc/amalg.py Makefile
python misc/amalg.py