Skip to content

Commit

Permalink
gzip & deflate
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Mar 7, 2022
1 parent 61e9712 commit 4003cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Cluster/MakesHttpCalls.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getClient()
$options = [
RequestOptions::HEADERS => [
'Content-Type' => 'application/json',
'Accept-Encoding' => 'gzip, deflate',
],
RequestOptions::VERIFY => true,
];
Expand Down

0 comments on commit 4003cde

Please sign in to comment.