httpmodules: init module httpmodules
This commit is contained in:
parent
d54bc367f1
commit
caacad97dd
3 changed files with 16 additions and 4 deletions
9
httpmodules/package.d
Normal file
9
httpmodules/package.d
Normal file
|
@ -0,0 +1,9 @@
|
|||
/++
|
||||
+ Reusable components of an HTTP daemon
|
||||
+/
|
||||
module httpmodules;
|
||||
|
||||
import http;
|
||||
|
||||
HTTPModule[] httpModules = [
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue