CustomCgiFancyMain

Like FancyMain, but you can pass a custom subclass of Cgi

mixin template CustomCgiFancyMain (
CustomCgi
T
Args...
) if (
is(CustomCgi : Cgi)
) {}
Suggestion Box / Bug Report