Skip to content

Commit d53c683

Browse files
authored
Update README.md
1 parent f266493 commit d53c683

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ You can get the HTTP status code of the response using the `getStatus()` method:
5555
$status = $http->getStatus();
5656
```
5757

58-
### Setting Default Options
59-
60-
HTTPMonster sets default cURL options for the request. You can modify these defaults by calling the `setDefaults()` method:
61-
62-
```php
63-
$http->setDefaults([
64-
CURLOPT_SSL_VERIFYHOST => 2,
65-
CURLOPT_SSL_VERIFYPEER => true
66-
]);
67-
```
68-
6958
### Add 1 Option
7059
HTTPMonster add cURL options for the request. You can modify these defaults by calling the `Option()` method:
7160
```php

0 commit comments

Comments
 (0)