We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5815ad + a19688e commit b619838Copy full SHA for b619838
1 file changed
src/Chadicus/Marvel/Api/CurlAdapter.php
@@ -33,6 +33,7 @@ public function send(Request $request)
33
CURLOPT_HEADER => true,
34
CURLOPT_FORBID_REUSE => true,
35
CURLOPT_HTTPHEADER => $curlHeaders,
36
+ CURLOPT_ENCODING => 'gzip,deflate',
37
);
38
39
if (strtoupper($request->getMethod()) !== 'GET') {
0 commit comments