Skip to content

Commit 5442186

Browse files
fabpotnicolas-grekas
authored andcommitted
[HttpClient] added CachingHttpClient
1 parent 4c2beb7 commit 5442186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HttpClientInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ interface HttpClientInterface
6464
'ciphers' => null,
6565
'peer_fingerprint' => null,
6666
'capture_peer_cert_chain' => false,
67+
'extra' => [], // array - additional options that can be ignored if unsupported, unlike regular options
6768
];
6869

6970
/**

0 commit comments

Comments
 (0)