module Athena::Framework::Events::RequestAware
#
Represents an event that has access to the current request object.
Direct including types
Athena::Framework::Events::Action
Athena::Framework::Events::Exception
Athena::Framework::Events::Request
Athena::Framework::Events::Response
Athena::Framework::Events::Terminate
Athena::Framework::Events::View
Constructors#
.new(request : ATH::Request)
#
Methods#
#request : ATH::Request
#
Returns the current request object.