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
2018-11-26 17:19:01 +01:00
..
Exception [HttpFoundation] refactored Request exceptions 2016-12-16 17:05:39 +01:00
File Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Session Merge branch '4.1' 2018-11-06 18:10:56 +01:00
Tests Merge branch '4.1' 2018-11-26 11:55:26 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AcceptHeader.php [HttpFoundation] Rename HeaderUtils methods 2018-04-29 11:29:07 +02:00
AcceptHeaderItem.php Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01: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.1 2018-10-02 14:40:59 +02:00
CHANGELOG.md Revert "[HttpFoundation] Adds getAcceptableFormats() method for Request" 2018-10-31 18:20:23 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
Cookie.php [HttpFoundation] make cookies auto-secure when passing them $secure=null + plan to make it and samesite=lax the defaults in 5.0 2018-09-20 08:41:35 +02:00
ExpressionRequestMatcher.php [HttpFoundation] added ExpressionRequestMatcher 2013-09-19 12:59:11 +02:00
FileBag.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
HeaderBag.php Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
HeaderUtils.php [HttpFoundation] Publicify new consts 2018-10-15 17:16:38 +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-11-08 22:47:40 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01: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 '4.1' 2018-11-26 11:55:26 +01:00
RequestMatcher.php [Security] add port in access_control 2018-10-10 03:31:51 -07: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 '4.1' 2018-11-08 23:01:02 +01:00
ResponseHeaderBag.php [HttpFoundation] made ResponseHeaderBag::makeDisposition static 2018-10-15 16:53:01 +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.1 2018-10-10 06:52:42 -07:00

HttpFoundation Component

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

Resources