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 4c2beb7 commit 5442186Copy full SHA for 5442186
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