semitwistWeb.init

Written in the D programming language.

Members

Aliases

CustomPostInit
alias CustomPostInit = int function(ref HTTPServerSettings, ref URLRouter)
Undocumented in source.

Functions

semitwistWebMain
int semitwistWebMain(string[] args, CustomPostInit customPostInit, LockedConnection!Connection delegate() openDB)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bindAddresses
string[] bindAddresses;
Undocumented in source.
clearSessions
bool clearSessions;
Undocumented in source.
initDB
bool initDB;
Undocumented in source.
logFile
string logFile;
Undocumented in source.
noCacheStatic
bool noCacheStatic;
Undocumented in source.
noStatic
bool noStatic;
Undocumented in source.
port
ushort port;
Undocumented in source.

Meta