Skip to content

Commit bb06819

Browse files
committed
Update README.md
1 parent 78f3dd9 commit bb06819

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ $body = $response->body;
3131
// curl_error() OR null
3232
$error = $response->error;
3333

34-
// curl_info() array
34+
// CurlInfo instance
3535
$info = $response->info;
3636
```
3737

38+
**Update:** `$response->info` now returns an object that will have an auto-complete on your IDE.
39+
40+
![](http://g.recordit.co/svt7mzJwsU.gif);
41+
42+
3843
Works with POST requests too:
3944

4045
```php

0 commit comments

Comments
 (0)