We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8333b4 commit 1ad9effCopy full SHA for 1ad9eff
reference/events.rst
@@ -1,10 +1,11 @@
1
Built-in Symfony Events
2
=======================
3
4
-During the handling of an HTTP request, the Symfony framework (or any
+The Symfony framework is an HTTP Request-Response one.
5
+During the handling of an HTTP request, the framework (or any
6
application using the :doc:`HttpKernel component </components/http_kernel>`)
7
dispatches some :doc:`events </event_dispatcher>` which you can use to modify
-how the request is handled.
8
+how the request is handled and how the response is returned.
9
10
Kernel Events
11
-------------
0 commit comments