aqhome: more work on http server.

This commit is contained in:
Martin Preuss
2023-08-08 23:49:28 +02:00
parent 3378908c93
commit aafecfa704
50 changed files with 2988 additions and 497 deletions

View File

@@ -50,6 +50,9 @@
httpservice_conf.h
httpservice_http.h
httprequest.h
urlhandler.h
content.h
content_files.h
</headers>
@@ -57,6 +60,9 @@
endpoint_http_p.h
httpservice_p.h
httprequest_p.h
urlhandler_p.h
content_p.h
content_files_p.h
</headers>
@@ -68,6 +74,9 @@
httpservice_conf.c
httpservice_http.c
httprequest.c
urlhandler.c
content.c
content_files.c
</sources>