We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a818a commit 1f0b1c5Copy full SHA for 1f0b1c5
components/http_foundation.rst
@@ -634,6 +634,8 @@ represented by a PHP callable instead of a string::
634
Streaming a JSON Response
635
~~~~~~~~~~~~~~~~~~~~~~~~~
636
637
+.. versionadded:: 6.2
638
+
639
The :class:`Symfony\\Component\\HttpFoundation\\StreamedJsonResponse` class allows
640
an API to return a lot of data as JSON and keep the used resources low by make usage
641
of Generators.
0 commit comments