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 c7ecd24 commit c82a7e1Copy full SHA for c82a7e1
components/http_client.rst
@@ -420,6 +420,10 @@ and will abort the request.
420
In case the response was canceled using ``$response->cancel()``,
421
``$response->getInfo('canceled')`` will return ``true``.
422
423
+.. versionadded:: 4.4
424
+
425
+ The possibility to get information about canceled or not was introduced in Symfony 4.4.
426
427
Handling Exceptions
428
~~~~~~~~~~~~~~~~~~~
429
0 commit comments