moodCallHooks

Calls all hooks.

Called whenever a page is loaded. There is no need to call this yourself.

void
moodCallHooks
(
HTTPServerRequest req
,
HTTPServerResponse res
)

Parameters

req HTTPServerRequest

The HTTPServerRequest

res HTTPServerResponse

The HTTPServerResponse

Meta