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