The RESPONSE event occurs once a response was created for replying to a request.
This event allows you to modify or replace the response that will be replied.
@Event("Symfony\\Component\\HttpKernel\\Event\\ResponseEvent");
public const RESPONSE = 'kernel.response';