This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel
2016-08-19 15:31:18 +02:00
..
Bundle Merge branch '2.3' into 2.7 2016-01-12 18:44:11 +01:00
CacheClearer removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Make the container considered non-fresh if the environment parameters are changed 2014-12-13 16:43:22 +00:00
Controller Merge branch '2.3' into 2.7 2016-03-01 18:34:38 +01:00
DataCollector [HttpKernel] Remove wrong docblock 2016-08-18 14:31:26 +02:00
Debug [EventDispatcher] Try first if the event is Stopped 2016-04-04 11:22:54 +02:00
DependencyInjection Added class existence check if is_subclass_of() fails in compiler passes 2016-07-27 22:26:20 +12:00
Event Merge branch '2.3' into 2.7 2015-10-06 10:31:51 +02:00
EventListener [HttpKernel] Add listener that checks when request has both Forwarded and X-Forwarded-For 2016-06-30 08:49:13 +02:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Fragment [HttpKernel] fixed internal subrequests having an if-modified-since-header 2016-07-08 12:11:03 +02:00
HttpCache bug #19651 [HttpKernel] Fix HttpCache validation HTTP method (tgalopin) 2016-08-17 11:31:09 -07:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler [HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For 2016-06-29 09:01:55 +02:00
Tests [HttpKernel] Fix too strict test 2016-08-19 15:31:18 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result 2015-01-25 04:57:33 +01:00
Client.php Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
composer.json [HttpKernel] Inline ValidateRequestListener logic into HttpKernel 2016-06-29 12:24:37 +02:00
HttpKernel.php [HttpKernel] Move conflicting origin IPs handling to catch block 2016-06-30 08:49:13 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php minor #19512 [HttpKernel] Fix variable conflicting name (tgalopin) 2016-08-03 08:46:02 +02:00
KernelEvents.php add @Event annotation for KernelEvents 2016-05-02 19:24:41 +02:00
KernelInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist [Validator] Test DNS Email constraints using checkdnsrr() mock 2016-03-16 16:47:01 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TerminableInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
UriSigner.php Merge branch '2.3' into 2.7 2016-01-12 18:44:11 +01: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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources