class Athena::Routing::Events::Request
- Athena::Routing::Events::Request
- Athena::EventDispatcher::Event
- Reference
- Object
Overview
Emitted very early in the request's life-cycle; before the corresponding ART::Action
(if any) has been resolved.
This event can be listened on in order to:
- Add information to the request, via its
ART::ParameterBag
- Return a response immediately if there is enough information available;
ART::Listeners::CORS
is an example of this
NOTE If your listener logic requires that the the corresponding ART::Action
has been resolved, use ART::Events::Action
instead.
See the external documentation for more information.