module Athena::Routing::Events::RequestAware
Overview
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
Defined in:
events/request_aware.crConstructors
Instance Method Summary
-
#request : HTTP::Request
Returns the current request object.