diff --git a/http_client.rst b/http_client.rst index 30c19eba07d..23cc928ac2a 100644 --- a/http_client.rst +++ b/http_client.rst @@ -1013,6 +1013,10 @@ following methods:: // returns detailed logs about the requests and responses of the HTTP transaction $httpLogs = $response->getInfo('debug'); +.. note:: + + ``$response->toStream()`` is part of :class:`Symfony\\Component\\HttpClient\\Response\\StreamableInterface`. + .. note:: ``$response->getInfo()`` is non-blocking: it returns *live* information