fedi-feed-router/backend/vendor/symfony/http-kernel
2025-08-03 20:35:13 +02:00
..
Attribute Front/back split - first draft 2025-08-03 20:35:13 +02:00
Bundle Front/back split - first draft 2025-08-03 20:35:13 +02:00
CacheClearer Front/back split - first draft 2025-08-03 20:35:13 +02:00
CacheWarmer Front/back split - first draft 2025-08-03 20:35:13 +02:00
Config Front/back split - first draft 2025-08-03 20:35:13 +02:00
Controller Front/back split - first draft 2025-08-03 20:35:13 +02:00
ControllerMetadata Front/back split - first draft 2025-08-03 20:35:13 +02:00
DataCollector Front/back split - first draft 2025-08-03 20:35:13 +02:00
Debug Front/back split - first draft 2025-08-03 20:35:13 +02:00
DependencyInjection Front/back split - first draft 2025-08-03 20:35:13 +02:00
Event Front/back split - first draft 2025-08-03 20:35:13 +02:00
EventListener Front/back split - first draft 2025-08-03 20:35:13 +02:00
Exception Front/back split - first draft 2025-08-03 20:35:13 +02:00
Fragment Front/back split - first draft 2025-08-03 20:35:13 +02:00
HttpCache Front/back split - first draft 2025-08-03 20:35:13 +02:00
Log Front/back split - first draft 2025-08-03 20:35:13 +02:00
Profiler Front/back split - first draft 2025-08-03 20:35:13 +02:00
Resources Front/back split - first draft 2025-08-03 20:35:13 +02:00
CHANGELOG.md Front/back split - first draft 2025-08-03 20:35:13 +02:00
composer.json Front/back split - first draft 2025-08-03 20:35:13 +02:00
HttpClientKernel.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
HttpKernel.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
HttpKernelBrowser.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
HttpKernelInterface.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
Kernel.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
KernelEvents.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
KernelInterface.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
LICENSE Front/back split - first draft 2025-08-03 20:35:13 +02:00
README.md Front/back split - first draft 2025-08-03 20:35:13 +02:00
RebootableInterface.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
TerminableInterface.php Front/back split - first draft 2025-08-03 20:35:13 +02:00

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources