started working on storage service.

This commit is contained in:
Martin Preuss
2023-07-19 18:17:10 +02:00
parent 06b5ab26c8
commit db5d6cb980
20 changed files with 1443 additions and 1 deletions

View File

@@ -46,11 +46,13 @@
<headers dist="true" install="$(pkgincludedir)/http" >
endpoint_http.h
urlhandler.h
</headers>
<headers dist="true" >
endpoint_http_p.h
urlhandler_p.h
</headers>
@@ -58,6 +60,7 @@
$(local/typefiles)
endpoint_http.c
urlhandler.c
</sources>