Skip to content

Commit 09c8a1e

Browse files
authored
Update README.md
1 parent 2ccf599 commit 09c8a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $http->Headers([
3535
]);
3636
$http->Body('{"foo": "bar"}');
3737
$http->Timeout(30);
38+
echo $http->getBody();
3839
```
3940

4041
### Sending the Request

0 commit comments

Comments
 (0)