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
2020-02-06 09:18:51 +01:00
..
Exception [HttpFoundation] refactored Request exceptions 2016-12-16 17:05:39 +01:00
File [HttpFoundation] fix guessing mime-types of files with leading dash 2019-11-11 13:53:10 +01:00
Session [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies 2020-02-06 09:18:51 +01:00
Tests [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies 2020-02-06 09:18:51 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AcceptHeader.php switched array() to [] 2019-01-16 10:39:14 +01:00
AcceptHeaderItem.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +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 X-Accel Nginx URL updated 2019-12-26 09:05:33 +01:00
CHANGELOG.md Improve some URLs 2019-08-08 17:01:12 +02:00
composer.json [HttpFoundation] Make sessions secure and lazy 2017-10-17 00:24:46 +02:00
Cookie.php [HttpFoundation] allow additinal characters in not raw cookies 2019-09-28 17:09:56 +02:00
ExpressionRequestMatcher.php switched array() to [] 2019-01-16 10:39:14 +01:00
FileBag.php [HttpFoundation] fix return type declarations 2019-08-26 09:50:50 +02:00
HeaderBag.php Return null as Expire header if it was set to null 2019-08-29 18:18:03 +02:00
IpUtils.php switched array() to [] 2019-01-16 10:39:14 +01:00
JsonResponse.php Improve some URLs 2019-08-08 17:01:12 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ParameterBag.php Improve some URLs 2019-08-08 17:01:12 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RedirectResponse.php Fix CS 2020-02-04 09:04:52 +01:00
Request.php [HttpFoundation] fix return type declarations 2019-08-26 09:50:50 +02:00
RequestMatcher.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
RequestMatcherInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestStack.php Fix return statements 2019-08-13 08:33:05 +02:00
Response.php [HttpKernel] Fix stale-if-error behavior, add tests 2020-01-30 17:05:53 +01:00
ResponseHeaderBag.php [HttpFoundation] Use Cache-Control: must-revalidate only if explicit lifetime has been given 2019-12-10 09:49:31 +01:00
ServerBag.php Simpler example for Apache basic auth workaround 2019-11-28 10:37:24 +01:00
StreamedResponse.php [HttpFoundation] fix return type declarations 2019-08-26 09:50:50 +02:00

HttpFoundation Component

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

Resources