From 360beb1ebfccd2bb46cd2e442e133635b557ad98 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 26 Feb 2024 07:55:47 +0100 Subject: [PATCH] chore: add the request/response/exception flow diagram to showcase events --- reference/events.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/events.rst b/reference/events.rst index 92f917f9115..6252e52faf7 100644 --- a/reference/events.rst +++ b/reference/events.rst @@ -7,6 +7,12 @@ application using the :doc:`HttpKernel component `) dispatches some :doc:`events ` which you can use to modify how the request is handled and how the response is returned. +.. raw:: html + + + Kernel Events -------------