type

WebMod

abstract const 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.

methods

onStart

Initialization callback when web server is started.

onStop

Cleanup callback when web server is stoppped.

Slot Details

onStart

virtual Void onStart()

Initialization callback when web server is started.

onStop

virtual Void onStop()

Cleanup callback when web server is stoppped.