Namespace Symfony\Component\HttpFoundation

Namespaces summary
Symfony\Component\HttpFoundation\File
Symfony\Component\HttpFoundation\Session
Classes summary
ApacheRequest Request represents an HTTP request from an Apache server.
Cookie Represents a cookie
FileBag FileBag is a container for HTTP headers.
HeaderBag HeaderBag is a container for HTTP headers.
JsonResponse Response represents an HTTP response in JSON format.
LaravelRequest Request represents an HTTP request.
ParameterBag ParameterBag is a container for key/value pairs.
RedirectResponse RedirectResponse represents an HTTP response doing a redirect.
Request Request represents an HTTP request.
RequestMatcher RequestMatcher compares a pre-defined set of checks against a Request instance.
Response Response represents an HTTP response.
ResponseHeaderBag ResponseHeaderBag is a container for Response HTTP headers.
ServerBag ServerBag is a container for HTTP headers from the $_SERVER variable.
StreamedResponse StreamedResponse represents a streamed HTTP response.
Interfaces summary
RequestMatcherInterface RequestMatcherInterface is an interface for strategies to match a Request.