http: split structures into module http

This commit is contained in:
Jeremy Baxter 2024-08-07 13:24:59 +12:00
parent 03201fd28d
commit d54bc367f1
3 changed files with 36 additions and 33 deletions

View file

@ -1,7 +1,7 @@
DC = ldc2
CFLAGS = -Jstatic -Oz
OBJS = httpd.o mimetypes.o
OBJS = httpd.o http.o mimetypes.o
all: httpd