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 f266493 commit d53c683Copy full SHA for d53c683
README.md
@@ -55,17 +55,6 @@ You can get the HTTP status code of the response using the `getStatus()` method:
55
$status = $http->getStatus();
56
```
57
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
69
### Add 1 Option
70
HTTPMonster add cURL options for the request. You can modify these defaults by calling the `Option()` method:
71
```php
0 commit comments