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 23cc6b8 commit b3a83daCopy full SHA for b3a83da
http_client.rst
@@ -846,7 +846,7 @@ following methods::
846
// you can get individual info too
847
$startTime = $response->getInfo('start_time');
848
// e.g. this returns the final response URL (resolving redirections if needed)
849
- $startTime = $response->getInfo('url');
+ $url = $response->getInfo('url');
850
851
// returns detailed logs about the requests and responses of the HTTP transaction
852
$httpLogs = $response->getInfo('debug');
0 commit comments