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 96e0833b93 Merge branch '2.8' into 3.4
* 2.8:
  [HttpKernel] fix forwarding trusted headers as server parameters
2018-08-24 16:37:40 +02:00
..
Exception [HttpFoundation] refactored Request exceptions 2016-12-16 17:05:39 +01:00
File Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
Session Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Tests Merge branch '2.8' into 3.4 2018-08-24 16:37:40 +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 Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +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 '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CHANGELOG.md Merge branch '2.8' into 3.4 2018-08-01 10:38:11 +02:00
composer.json [HttpFoundation] Make sessions secure and lazy 2017-10-17 00:24:46 +02:00
Cookie.php Merge branch '2.8' into 3.4 2018-07-31 11:47:14 +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 '2.8' into 3.4 2018-07-26 10:45:46 +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 '2.8' into 3.4 2018-07-26 10:45:46 +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 Merge branch '2.8' into 3.3 2017-10-28 18:47:30 +02:00
Request.php Merge branch '2.8' into 3.4 2018-08-24 16:37:40 +02:00
RequestMatcher.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +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 '2.8' into 3.4 2018-08-02 11:25:32 +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 '2.8' into 3.4 2018-07-26 10:45:46 +02:00

HttpFoundation Component

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

Resources