You are here

namespace Symfony\Component\HttpFoundation in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\HttpFoundation
Classsort descending Location Description
AcceptHeader vendor/symfony/http-foundation/AcceptHeader.php Represents an Accept-* header.
AcceptHeaderItem vendor/symfony/http-foundation/AcceptHeaderItem.php Represents an Accept-* header item.
ApacheRequest vendor/symfony/http-foundation/ApacheRequest.php Request represents an HTTP request from an Apache server.
BinaryFileResponse vendor/symfony/http-foundation/BinaryFileResponse.php BinaryFileResponse represents an HTTP response delivering a file.
Cookie vendor/symfony/http-foundation/Cookie.php Represents a cookie.
ExpressionRequestMatcher vendor/symfony/http-foundation/ExpressionRequestMatcher.php ExpressionRequestMatcher uses an expression to match a Request.
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.
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.
RequestMatcher vendor/symfony/http-foundation/RequestMatcher.php RequestMatcher compares a pre-defined set of checks against a Request instance.
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.
StreamedResponse vendor/symfony/http-foundation/StreamedResponse.php StreamedResponse represents a streamed HTTP response.