enum Athena::CallbackEvents
Overview
Events available during the request's life-cycle.
Defined in:
athena.crEnum Members
-
OnRequest =
0 -
Executes before the route's action has been executed.
-
OnResponse =
1 -
Executes after the route's action has been executed.