http: make HTTPModule a function
This commit is contained in:
parent
37a7b67164
commit
eb7389f152
1 changed files with 1 additions and 1 deletions
2
http.d
2
http.d
|
@ -39,4 +39,4 @@ class HTTPException : Exception
|
||||||
mixin basicExceptionCtors;
|
mixin basicExceptionCtors;
|
||||||
}
|
}
|
||||||
|
|
||||||
alias HTTPModule = HTTPResponse delegate (HTTPRequest);
|
alias HTTPModule = HTTPResponse function (HTTPRequest);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue