GenericMain

Use this instead of writing your own main

It ultimately calls cgiMainImpl which creates a RequestServer for you.

mixin template GenericMain (
alias fun
long maxContentLength = defaultMaxContentLength
) {}
Suggestion Box / Bug Report