Skip to content

Start dispatching requestΒΆ

Available since: 1.0.0

Fires at the very beginning of request dispatching.

Provided tokens

Token Description
[event] The event.
[event:method] The request method, e.g. "GET" or "POST".
[event:path] The requested path.
[event:query] The query arguments of the request.
[event:headers] The request headers.
[event:content-type] The content type of the request.
[event:content] The content of the POST request.
[event:ip] The client IP.
[event] The event.
[event:machine-name] The machine name of the ECA event.
[session_user] The user account that dispatched the event, regardless if ECA is processing models under a different account.