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.
2 parents 2ed730f + 2b02eca commit 92bb85fCopy full SHA for 92bb85f
http_client.rst
@@ -949,6 +949,8 @@ following methods::
949
950
// you can get individual info too
951
$startTime = $response->getInfo('start_time');
952
+ // e.g. this returns the final response URL (resolving redirections if needed)
953
+ $url = $response->getInfo('url');
954
955
// returns detailed logs about the requests and responses of the HTTP transaction
956
$httpLogs = $response->getInfo('debug');
0 commit comments