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 a4f68e9 commit 125a2c3Copy full SHA for 125a2c3
HttpClient/HttpClientInterface.php
@@ -64,6 +64,7 @@ interface HttpClientInterface
64
'ciphers' => null,
65
'peer_fingerprint' => null,
66
'capture_peer_cert_chain' => false,
67
+ 'extra' => [], // array - additional options that can be ignored if unsupported, unlike regular options
68
];
69
70
/**
0 commit comments