namespace Symfony\Component\HttpFoundation

Classsort descending Location Description
AcceptHeader drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php Represents an Accept-* header.
AcceptHeaderItem drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php Represents an Accept-* header item.
ApacheRequest drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php Request represents an HTTP request from an Apache server.
BinaryFileResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/BinaryFileResponse.php BinaryFileResponse represents an HTTP response delivering a file.
Cookie drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php Represents a cookie
FileBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php FileBag is a container for HTTP headers.
HeaderBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php HeaderBag is a container for HTTP headers.
IpUtils drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/IpUtils.php Http utility functions.
JsonResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php Response represents an HTTP response in JSON format.
ParameterBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php ParameterBag is a container for key/value pairs.
RedirectResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php RedirectResponse represents an HTTP response doing a redirect.
Request drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php Request represents an HTTP request.
RequestMatcher drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php RequestMatcher compares a pre-defined set of checks against a Request instance.
RequestMatcherInterface drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php RequestMatcherInterface is an interface for strategies to match a Request.
Response drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php Response represents an HTTP response.
ResponseHeaderBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php ResponseHeaderBag is a container for Response HTTP headers.
ServerBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php ServerBag is a container for HTTP headers from the $_SERVER variable.
StreamedResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php StreamedResponse represents a streamed HTTP response.