Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
Exception/ | H | 03-May-2022 | - | 65 | 15 | |
File/ | H | 03-May-2022 | - | 1,866 | 1,188 | |
Session/ | H | 03-May-2022 | - | 4,907 | 2,195 | |
Tests/ | H | 03-May-2022 | - | 18,414 | 13,633 | |
.gitignore | H A D | 24-Oct-2020 | 34 | 4 | 3 | |
AcceptHeader.php | H A D | 24-Oct-2020 | 3.5 KiB | 169 | 70 | |
AcceptHeaderItem.php | H A D | 24-Oct-2020 | 4.5 KiB | 209 | 93 | |
ApacheRequest.php | H A D | 24-Oct-2020 | 931 | 44 | 17 | |
BinaryFileResponse.php | H A D | 24-Oct-2020 | 12.2 KiB | 368 | 202 | |
CHANGELOG.md | H A D | 24-Oct-2020 | 8.3 KiB | 166 | 141 | |
Cookie.php | H A D | 24-Oct-2020 | 8.3 KiB | 304 | 169 | |
ExpressionRequestMatcher.php | H A D | 24-Oct-2020 | 1.3 KiB | 48 | 27 | |
FileBag.php | H A D | 24-Oct-2020 | 3.8 KiB | 143 | 75 | |
HeaderBag.php | H A D | 24-Oct-2020 | 8.9 KiB | 340 | 167 | |
IpUtils.php | H A D | 24-Oct-2020 | 4.6 KiB | 157 | 84 | |
JsonResponse.php | H A D | 24-Oct-2020 | 7.7 KiB | 236 | 100 | |
LICENSE | H A D | 24-Oct-2020 | 1 KiB | 20 | 16 | |
ParameterBag.php | H A D | 24-Oct-2020 | 5.8 KiB | 235 | 81 | |
README.md | H A D | 24-Oct-2020 | 531 | 15 | 11 | |
RedirectResponse.php | H A D | 24-Oct-2020 | 2.9 KiB | 110 | 46 | |
Request.php | H A D | 24-Oct-2020 | 69.8 KiB | 2,198 | 1,091 | |
RequestMatcher.php | H A D | 24-Oct-2020 | 4.3 KiB | 178 | 74 | |
RequestMatcherInterface.php | H A D | 24-Oct-2020 | 687 | 28 | 6 | |
RequestStack.php | H A D | 24-Oct-2020 | 2.3 KiB | 104 | 36 | |
Response.php | H A D | 24-Oct-2020 | 37.5 KiB | 1,313 | 598 | |
ResponseHeaderBag.php | H A D | 24-Oct-2020 | 9.9 KiB | 344 | 193 | |
ServerBag.php | H A D | 24-Oct-2020 | 4.1 KiB | 103 | 51 | |
StreamedResponse.php | H A D | 24-Oct-2020 | 3.2 KiB | 145 | 58 | |
composer.json | H A D | 24-Oct-2020 | 864 | 34 | 33 | |
phpunit.xml.dist | H A D | 24-Oct-2020 | 892 | 32 | 28 |
README.md
1HttpFoundation Component 2======================== 3 4The HttpFoundation component defines an object-oriented layer for the HTTP 5specification. 6 7Resources 8--------- 9 10 * [Documentation](https://symfony.com/doc/current/components/http_foundation.html) 11 * [Contributing](https://symfony.com/doc/current/contributing/index.html) 12 * [Report issues](https://github.com/symfony/symfony/issues) and 13 [send Pull Requests](https://github.com/symfony/symfony/pulls) 14 in the [main Symfony repository](https://github.com/symfony/symfony) 15