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 0004575 commit 92dd49cCopy full SHA for 92dd49c
http_client.rst
@@ -845,6 +845,8 @@ following methods::
845
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
+ $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