HttpFoundation

E452806

HttpFoundation is a Symfony component that provides an object-oriented layer for handling HTTP requests, responses, and related web infrastructure in PHP applications.

Jump to: Statements Referenced by

Statements (52)

Predicate Object
instanceOf PHP library
Symfony component
canBeUsedIndependentlyOf full Symfony framework
category web infrastructure
compatibleWith Symfony full-stack framework
designGoal provide an OO layer for the HTTP specification
separate HTTP concerns from business logic
documentation https://symfony.com/doc/current/components/http_foundation.html
domain HTTP protocol
hasClass Symfony\Component\HttpFoundation\BinaryFileResponse NERFINISHED
Symfony\Component\HttpFoundation\Cookie NERFINISHED
Symfony\Component\HttpFoundation\FileBag NERFINISHED
Symfony\Component\HttpFoundation\File\UploadedFile NERFINISHED
Symfony\Component\HttpFoundation\HeaderBag NERFINISHED
Symfony\Component\HttpFoundation\JsonResponse NERFINISHED
Symfony\Component\HttpFoundation\ParameterBag NERFINISHED
Symfony\Component\HttpFoundation\RedirectResponse NERFINISHED
Symfony\Component\HttpFoundation\Request NERFINISHED
Symfony\Component\HttpFoundation\RequestStack NERFINISHED
Symfony\Component\HttpFoundation\Response NERFINISHED
Symfony\Component\HttpFoundation\ServerBag NERFINISHED
Symfony\Component\HttpFoundation\Session\Session NERFINISHED
Symfony\Component\HttpFoundation\StreamedResponse NERFINISHED
license MIT License
maintainer Symfony community NERFINISHED
partOf Symfony framework NERFINISHED
programmingLanguage PHP NERFINISHED
provides HTTP status code handling
abstraction for HTTP messages
cookie management tools
file upload handling
header management
object-oriented HTTP request handling
object-oriented HTTP response handling
request parameter handling
response content handling
session management tools
repository https://github.com/symfony/http-foundation
supports DELETE requests
GET requests
HTTP cookies
HTTP headers
HTTP sessions
POST requests
PSR-7 style HTTP message concepts
PUT requests
file uploads
query parameters
request attributes
request body parameters
usedFor building web applications in PHP
decoupling HTTP layer from application logic

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Symfony hasComponent HttpFoundation