httpmodules: init module httpmodules
This commit is contained in:
parent
d54bc367f1
commit
caacad97dd
3 changed files with 16 additions and 4 deletions
2
http.d
2
http.d
|
@ -31,3 +31,5 @@ struct HTTPResponse
|
|||
string responseBody;
|
||||
string httpVersion = "HTTP/1.1";
|
||||
}
|
||||
|
||||
alias HTTPModule = HTTPResponse delegate (HTTPRequest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue