Skip to content

class Athena::HTTPKernel::Events::Action
inherits Athena::Contracts::EventDispatcher::Event #

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

See the Getting Started docs for more information.

Included modules

Athena::HTTPKernel::Events::RequestAware

Constructors#

.new(request : AHTTP::Request, action : AHK::ActionBase)#

View source

Methods#

#action : AHK::ActionBase#

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

View source