DispatcherMain

Boilerplate mixin for a main function that uses the dispatcher function.

You can send typeof(null) as the Presenter argument to use a generic one.

  1. mixintemplate DispatcherMain(Presenter, DispatcherArgs...)
    mixin template DispatcherMain (
    Presenter
    DispatcherArgs...
    ) {}
  2. mixintemplate DispatcherMain(DispatcherArgs...)

Members

Mixins

__anonymous
mixin CustomCgiDispatcherMain!(Cgi, defaultMaxContentLength, Presenter, DispatcherArgs)

forwards to CustomCgiDispatcherMain with default args

Meta

History

Added July 9, 2021