callHandler

Undocumented in source. Be warned that the author may not have intended to support it.
void
callHandler
(
T
string method
)
(
RoutingContext context
)
if (
is(T == class) ||
(
is(T == struct) &&
hasMember!(T, "__CALLACTION__")
)
)

Meta