| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| composer.json | 2020-11-16 16:01 | 2.3K | ||
| UriSigner.php | 2020-11-16 16:01 | 2.9K | ||
| TerminableInterface.php | 2020-11-16 16:01 | 910 | ||
| Resources/ | 2020-11-16 15:51 | - | ||
| RebootableInterface.php | 2020-11-16 16:01 | 779 | ||
| Profiler/ | 2020-11-16 15:51 | - | ||
| Log/ | 2020-11-16 15:51 | - | ||
| LICENSE | 2020-11-16 16:01 | 1.0K | ||
| KernelInterface.php | 2020-11-16 16:01 | 4.0K | ||
| KernelEvents.php | 2020-11-16 16:01 | 3.0K | ||
| Kernel.php | 2020-11-16 16:01 | 29K | ||
| HttpKernelInterface.php | 2020-11-16 16:01 | 1.2K | ||
| HttpKernelBrowser.php | 2020-11-16 16:01 | 662 | ||
| HttpKernel.php | 2020-11-16 16:01 | 10K | ||
| HttpClientKernel.php | 2020-11-16 16:01 | 3.8K | ||
| HttpCache/ | 2020-11-16 15:51 | - | ||
| Fragment/ | 2020-11-16 15:51 | - | ||
| Exception/ | 2020-11-16 15:51 | - | ||
| EventListener/ | 2020-11-16 15:51 | - | ||
| Event/ | 2020-11-16 15:51 | - | ||
| DependencyInjection/ | 2020-11-16 15:51 | - | ||
| Debug/ | 2020-11-16 15:51 | - | ||
| DataCollector/ | 2020-11-16 15:51 | - | ||
| ControllerMetadata/ | 2020-11-16 15:51 | - | ||
| Controller/ | 2020-11-16 15:51 | - | ||
| Config/ | 2020-11-16 15:51 | - | ||
| Client.php | 2020-11-16 16:01 | 6.0K | ||
| CacheWarmer/ | 2020-11-16 15:51 | - | ||
| CacheClearer/ | 2020-11-16 15:51 | - | ||
| CHANGELOG.md | 2020-11-16 16:01 | 12K | ||
| Bundle/ | 2020-11-16 15:51 | - | ||
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 a full-stack framework (Symfony), a micro-framework (Silex) or
an advanced CMS system (Drupal).
Resources
---------
* [Documentation](https://symfony.com/doc/current/components/http_kernel.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)