Index of /contao/vendor/symfony/http-kernel

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Bundle/ 2020-11-16 15:51 -  
[DIR]CacheClearer/ 2020-11-16 15:51 -  
[DIR]CacheWarmer/ 2020-11-16 15:51 -  
[DIR]Config/ 2020-11-16 15:51 -  
[DIR]Controller/ 2020-11-16 15:51 -  
[DIR]ControllerMetadata/ 2020-11-16 15:51 -  
[DIR]DataCollector/ 2020-11-16 15:51 -  
[DIR]Debug/ 2020-11-16 15:51 -  
[DIR]DependencyInjection/ 2020-11-16 15:51 -  
[DIR]Event/ 2020-11-16 15:51 -  
[DIR]EventListener/ 2020-11-16 15:51 -  
[DIR]Exception/ 2020-11-16 15:51 -  
[DIR]Fragment/ 2020-11-16 15:51 -  
[DIR]HttpCache/ 2020-11-16 15:51 -  
[DIR]Log/ 2020-11-16 15:51 -  
[DIR]Profiler/ 2020-11-16 15:51 -  
[DIR]Resources/ 2020-11-16 15:51 -  
[TXT]CHANGELOG.md 2020-11-16 16:01 12K 
[   ]Client.php 2020-11-16 16:01 6.0K 
[   ]HttpClientKernel.php 2020-11-16 16:01 3.8K 
[   ]HttpKernel.php 2020-11-16 16:01 10K 
[   ]HttpKernelBrowser.php 2020-11-16 16:01 662  
[   ]HttpKernelInterface.php2020-11-16 16:01 1.2K 
[   ]Kernel.php 2020-11-16 16:01 29K 
[   ]KernelEvents.php 2020-11-16 16:01 3.0K 
[   ]KernelInterface.php 2020-11-16 16:01 4.0K 
[TXT]LICENSE 2020-11-16 16:01 1.0K 
[   ]RebootableInterface.php2020-11-16 16:01 779  
[   ]TerminableInterface.php2020-11-16 16:01 910  
[   ]UriSigner.php 2020-11-16 16:01 2.9K 
[   ]composer.json 2020-11-16 16:01 2.3K 

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)