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 6ee67f1 + b6c2e99 commit 2b02ecaCopy full SHA for 2b02eca
http_client.rst
@@ -943,6 +943,8 @@ following methods::
943
944
// you can get individual info too
945
$startTime = $response->getInfo('start_time');
946
+ // e.g. this returns the final response URL (resolving redirections if needed)
947
+ $url = $response->getInfo('url');
948
949
// returns detailed logs about the requests and responses of the HTTP transaction
950
$httpLogs = $response->getInfo('debug');
0 commit comments