type

WebMod

src 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

src virtual Void onStart()

Initialization callback when web server is started.

onStop

src virtual Void onStop()

Cleanup callback when web server is stoppped.