CustomCgiMain

If you want to use a subclass of Cgi with generic main, use this mixin.

mixin template CustomCgiMain (
CustomCgi
alias fun
long maxContentLength = defaultMaxContentLength
) if (
is(CustomCgi : Cgi)
) {}

Meta