namespace Symfony\Component\HttpFoundation

Classsort ascending Location Description
StreamedResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php StreamedResponse represents a streamed HTTP response.
ServerBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php ServerBag is a container for HTTP headers from the $_SERVER variable.
ResponseHeaderBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php ResponseHeaderBag is a container for Response HTTP headers.
Response drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php Response represents an HTTP response.
RequestMatcherInterface drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php RequestMatcherInterface is an interface for strategies to match a 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.
Request drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php Request represents an HTTP request.
RedirectResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php RedirectResponse represents an HTTP response doing a redirect.
ParameterBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php ParameterBag is a container for key/value pairs.
JsonResponse drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php Response represents an HTTP response in JSON format.
HeaderBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php HeaderBag is a container for HTTP headers.
FileBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php FileBag is a container for HTTP headers.
Cookie drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php Represents a cookie
ApacheRequest drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php Request represents an HTTP request from an Apache server.