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.
1 parent 2ccf599 commit 09c8a1eCopy full SHA for 09c8a1e
README.md
@@ -35,6 +35,7 @@ $http->Headers([
35
]);
36
$http->Body('{"foo": "bar"}');
37
$http->Timeout(30);
38
+echo $http->getBody();
39
```
40
41
### Sending the Request
0 commit comments