enum Athena::Routing::CallbackEvents

Overview

Events available during the request's life-cycle.

Defined in:

routing.cr

Enum Members

OnRequest = 0

Executes before the route's action has been executed.

OnResponse = 1

Executes after the route's action has been executed.

Instance Method Summary

Instance Method Detail

def on_request? #

[View source]
def on_response? #

[View source]