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