class

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.

methods onStart

Initialization callback when web server is started

onStop

Cleanup callback when web server is stoppped

onStart virtual Void onStart()

Initialization callback when web server is started.

onStop virtual Void onStop()

Cleanup callback when web server is stoppped.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST