You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the concrete implementation of :method:`HttpKernelInterface::handle() <Symfony\\Component\\HttpKernel\\HttpKernelInterface::handle>` -
69
-
defines a process flow that starts with a :class:`Symfony\\Component\\HttpFoundation\\Request`
71
+
defines a lifecycle that starts with a :class:`Symfony\\Component\\HttpFoundation\\Request`
70
72
and ends with a :class:`Symfony\\Component\\HttpFoundation\\Response`.
71
73
72
74
.. raw:: html
@@ -75,7 +77,7 @@ and ends with a :class:`Symfony\\Component\\HttpFoundation\\Response`.
75
77
alt="A flow diagram showing all HTTP Kernel events in the Request-Response lifecycle. Each event is numbered 1 to 8 and described in detail in the following subsections."
76
78
></object>
77
79
78
-
The exact details of this flow are the key to understanding how the kernel
80
+
The exact details of this lifecycle are the key to understanding how the kernel
79
81
(and the Symfony Framework or any other library that uses the kernel) works.
0 commit comments