The REQUEST event occurs at the very beginning of request dispatching.
This event allows you to create a response for a request before any other code in the framework is executed.
@Event("Symfony\\Component\\HttpKernel\\Event\\RequestEvent");
public const REQUEST = 'kernel.request';