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

2
http.d
View file

@ -31,3 +31,5 @@ struct HTTPResponse
string responseBody;
string httpVersion = "HTTP/1.1";
}
alias HTTPModule = HTTPResponse delegate (HTTPRequest);