Index of /lpage-fluessiggas/vendor/symfony/http-kernel

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]UriSigner.php 2023-04-17 22:04 2.8K 
[   ]TerminableInterface.php2023-04-17 22:04 910  
[DIR]Resources/ 2023-04-17 22:04 -  
[   ]RebootableInterface.php2023-04-17 22:04 779  
[DIR]Profiler/ 2023-04-17 22:04 -  
[DIR]Log/ 2023-04-17 22:04 -  
[TXT]LICENSE 2023-04-17 22:04 1.0K 
[   ]KernelInterface.php 2023-04-17 22:04 4.0K 
[   ]Kernel.php 2023-04-17 22:04 30K 
[   ]KernelEvents.php 2023-04-17 22:04 3.1K 
[   ]HttpKernelInterface.php2023-04-17 22:04 1.2K 
[   ]HttpKernelBrowser.php 2023-04-17 22:04 662  
[   ]HttpKernel.php 2023-04-17 22:04 10K 
[   ]HttpClientKernel.php 2023-04-17 22:04 3.8K 
[DIR]HttpCache/ 2023-04-17 22:04 -  
[DIR]Fragment/ 2023-04-17 22:04 -  
[DIR]Exception/ 2023-04-17 22:04 -  
[DIR]EventListener/ 2023-04-17 22:04 -  
[DIR]Event/ 2023-04-17 22:04 -  
[DIR]DependencyInjection/ 2023-04-17 22:04 -  
[DIR]Debug/ 2023-04-17 22:04 -  
[DIR]DataCollector/ 2023-04-17 22:04 -  
[DIR]ControllerMetadata/ 2023-04-17 22:04 -  
[DIR]Controller/ 2023-04-17 22:04 -  
[   ]composer.json 2023-04-17 22:04 2.3K 
[DIR]Config/ 2023-04-17 22:04 -  
[   ]Client.php 2023-04-17 22:04 6.0K 
[DIR]CacheWarmer/ 2023-04-17 22:04 -  
[DIR]CacheClearer/ 2023-04-17 22:04 -  
[TXT]CHANGELOG.md 2023-04-17 22:04 12K 
[DIR]Bundle/ 2023-04-17 22:04 -  

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
---------

 * [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)