Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactMVC committed Oct 4, 2023
1 parent 2ccf599 commit 09c8a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $http->Headers([
]);
$http->Body('{"foo": "bar"}');
$http->Timeout(30);
echo $http->getBody();
```

### Sending the Request
Expand Down

0 comments on commit 09c8a1e

Please sign in to comment.