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 1c8322b commit efc82deCopy full SHA for efc82de
components/http_foundation.rst
@@ -588,6 +588,8 @@ represented by a PHP callable instead of a string::
588
Streaming a JSON Response
589
~~~~~~~~~~~~~~~~~~~~~~~~~
590
591
+.. versionadded:: 6.2
592
+
593
The :class:`Symfony\\Component\\HttpFoundation\\StreamedJsonResponse` class allows
594
an API to return a lot of data as JSON and keep the used resources low by make usage
595
of Generators.
0 commit comments