Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactMVC committed Aug 21, 2023
1 parent f266493 commit d53c683
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ You can get the HTTP status code of the response using the `getStatus()` method:
$status = $http->getStatus();
```

### Setting Default Options

HTTPMonster sets default cURL options for the request. You can modify these defaults by calling the `setDefaults()` method:

```php
$http->setDefaults([
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_SSL_VERIFYPEER => true
]);
```

### Add 1 Option
HTTPMonster add cURL options for the request. You can modify these defaults by calling the `Option()` method:
```php
Expand Down

0 comments on commit d53c683

Please sign in to comment.