WebMod
const abstract class WebMod : Obj, Weblet
WebMod defines a web modules which is plugged into a web server's URI namespace to service web requests.
See pod doc.
Initialization callback when web server is started
Cleanup callback when web server is stoppped
virtual Void onStart()
Initialization callback when web server is started.
virtual Void onStop()
Cleanup callback when web server is stoppped.