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 3a974d3 commit e7b4ff2Copy full SHA for e7b4ff2
http_client.rst
@@ -1044,7 +1044,7 @@ following methods::
1044
$httpLogs = $response->getInfo('debug');
1045
1046
// the special "pause_handler" info item is a callable that allows to delay the request
1047
- // this helps implement delayed retries or throttling streams for example
+ // for a given number of seconds; this allows you to delay retries, throttle streams, etc.
1048
$response->getInfo('pause_handler')(2);
1049
1050
.. note::
0 commit comments