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 ee6c321 commit e84e3e8Copy full SHA for e84e3e8
http_client.rst
@@ -1013,6 +1013,10 @@ following methods::
1013
// returns detailed logs about the requests and responses of the HTTP transaction
1014
$httpLogs = $response->getInfo('debug');
1015
1016
+.. note::
1017
+
1018
+ ``$response->toStream()`` is part of :class:`Symfony\\Component\\HttpClient\\Response\\StreamableInterface`.
1019
1020
.. note::
1021
1022
``$response->getInfo()`` is non-blocking: it returns *live* information
0 commit comments