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 5b86dbd commit 2689278Copy full SHA for 2689278
README.md
@@ -53,8 +53,21 @@ $options = [
53
$client = new CurlHttpClient(new GuzzleMessageFactory(), new GuzzleStreamFactory(), $options);
54
```
55
56
-Keep in mind that CurlHttpClient can overwrite some options like `CURLOPT_RETURNTRANSFER` or
57
-`CURLOPT_FOLLOWLOCATION`.
+These options can not ne used:
+
58
+* CURLOPT_CUSTOMREQUEST
59
+* CURLOPT_FOLLOWLOCATION
60
+* CURLOPT_HEADER
61
+* CURLOPT_HTTP_VERSION
62
+* CURLOPT_HTTPHEADER
63
+* CURLOPT_NOBODY
64
+* CURLOPT_POSTFIELDS
65
+* CURLOPT_RETURNTRANSFER
66
+* CURLOPT_URL
67
68
+These options can be overwritten by CurlHttpClient:
69
70
+* CURLOPT_USERPWD
71
72
## Documentation
73
0 commit comments