class Athena::Routing::Events::Action

Overview

Emitted after ART::Events::Request and the related ART::Action has been resolved, but before it has been executed.

See the external documentation for more information.

Included Modules

Defined in:

events/action_event.cr

Constructors

Instance Method Summary

Instance methods inherited from module Athena::Routing::Events::RequestAware

request : HTTP::Request request

Constructor methods inherited from module Athena::Routing::Events::RequestAware

new(request : HTTP::Request) new

Constructor Detail

def self.new(request : HTTP::Request, action : ART::ActionBase) #

[View source]

Instance Method Detail

def action : ART::ActionBase #

The related ART::Action that will be used to handle the current request.


[View source]