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/HttpFoundation
Nicolas Grekas b5143233d2 Merge branch '3.4' into 4.0
* 3.4:
  Enable native_constant_invocation CS fixer
2018-07-26 13:22:46 +02:00
..
Exception [HttpFoundation] refactored Request exceptions 2016-12-16 17:05:39 +01:00
File Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
Session Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Tests Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AcceptHeader.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
AcceptHeaderItem.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ApacheRequest.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
BinaryFileResponse.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
CHANGELOG.md Merge branch '3.4' 2017-10-18 17:12:27 -07:00
composer.json [HttpFoundation] Make sessions secure and lazy 2017-10-17 00:24:46 +02:00
Cookie.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ExpressionRequestMatcher.php [HttpFoundation] added ExpressionRequestMatcher 2013-09-19 12:59:11 +02:00
FileBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
HeaderBag.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
IpUtils.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
JsonResponse.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
ParameterBag.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RedirectResponse.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Request.php Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
RequestMatcher.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
RequestMatcherInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestStack.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Response.php Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
ResponseHeaderBag.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ServerBag.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
StreamedResponse.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00

HttpFoundation Component

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources