Skip to content

Commit 4c6e527

Browse files
committed
Super minor syntax fix
1 parent a0f6727 commit 4c6e527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_client.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ following methods::
810810
// returns info coming from the transport layer, such as "response_headers",
811811
// "redirect_count", "start_time", "redirect_url", etc.
812812
$httpInfo = $response->getInfo();
813+
813814
// you can get individual info too
814815
$startTime = $response->getInfo('start_time');
815816

0 commit comments

Comments
 (0)