Skip to content

Commit

Permalink
chore: add the request/response/exception flow diagram to showcase ev…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
94noni authored Feb 26, 2024
1 parent fe4d0f2 commit 360beb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ application using the :doc:`HttpKernel component </components/http_kernel>`)
dispatches some :doc:`events </event_dispatcher>` which you can use to modify
how the request is handled and how the response is returned.

.. raw:: html

<object data="../_images/components/http_kernel/http-workflow-exception.svg" type="image/svg+xml"
alt="The HTTP Kernel flow diagram showing events flow"
></object>

Kernel Events
-------------

Expand Down

0 comments on commit 360beb1

Please sign in to comment.