namespace Symfony\Component\HttpFoundation
Object name | File name | Summary |
---|---|---|
AcceptHeader | vendor/symfony/http-foundation/AcceptHeader.php | Represents an Accept-* header. |
AcceptHeaderItem | vendor/symfony/http-foundation/AcceptHeaderItem.php | Represents an Accept-* header item. |
BinaryFileResponse | vendor/symfony/http-foundation/BinaryFileResponse.php | BinaryFileResponse represents an HTTP response delivering a file. |
ChainRequestMatcher | vendor/symfony/http-foundation/ChainRequestMatcher.php | ChainRequestMatcher verifies that all checks match against a Request instance. |
Cookie | vendor/symfony/http-foundation/Cookie.php | Represents a cookie. |
FileBag | vendor/symfony/http-foundation/FileBag.php | FileBag is a container for uploaded files. |
HeaderBag | vendor/symfony/http-foundation/HeaderBag.php | HeaderBag is a container for HTTP headers. |
HeaderUtils | vendor/symfony/http-foundation/HeaderUtils.php | HTTP header utility functions. |
InputBag | vendor/symfony/http-foundation/InputBag.php | InputBag is a container for user input values such as $_GET, $_POST, $_REQUEST, and $_COOKIE. |
IpUtils | vendor/symfony/http-foundation/IpUtils.php | Http utility functions. |
JsonResponse | vendor/symfony/http-foundation/JsonResponse.php | Response represents an HTTP response in JSON format. |
ParameterBag | vendor/symfony/http-foundation/ParameterBag.php | ParameterBag is a container for key/value pairs. |
RedirectResponse | vendor/symfony/http-foundation/RedirectResponse.php | RedirectResponse represents an HTTP response doing a redirect. |
Request | vendor/symfony/http-foundation/Request.php | Request represents an HTTP request. |
RequestMatcherInterface | vendor/symfony/http-foundation/RequestMatcherInterface.php | RequestMatcherInterface is an interface for strategies to match a Request. |
RequestStack | vendor/symfony/http-foundation/RequestStack.php | Request stack that controls the lifecycle of requests. |
Response | vendor/symfony/http-foundation/Response.php | Response represents an HTTP response. |
ResponseHeaderBag | vendor/symfony/http-foundation/ResponseHeaderBag.php | ResponseHeaderBag is a container for Response HTTP headers. |
ServerBag | vendor/symfony/http-foundation/ServerBag.php | ServerBag is a container for HTTP headers from the $_SERVER variable. |
StreamedJsonResponse | vendor/symfony/http-foundation/StreamedJsonResponse.php | StreamedJsonResponse represents a streamed HTTP response for JSON. |
StreamedResponse | vendor/symfony/http-foundation/StreamedResponse.php | StreamedResponse represents a streamed HTTP response. |
UriSigner | vendor/symfony/http-foundation/UriSigner.php | @author Fabien Potencier <fabien@symfony.com> |
UrlHelper | vendor/symfony/http-foundation/UrlHelper.php | A helper service for manipulating URLs within and outside the request scope. |