httpmodules: init module httpmodules

This commit is contained in:
Jeremy Baxter 2024-08-07 13:25:58 +12:00
parent d54bc367f1
commit caacad97dd
3 changed files with 16 additions and 4 deletions

9
httpmodules/package.d Normal file
View file

@ -0,0 +1,9 @@
/++
+ Reusable components of an HTTP daemon
+/
module httpmodules;
import http;
HTTPModule[] httpModules = [
];