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 7a7c86e + f3b8903 commit 3e7354fCopy full SHA for 3e7354f
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