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 8665b8e commit 4de0e76Copy full SHA for 4de0e76
lib/zendesk_api/client.rb
@@ -26,7 +26,7 @@ module ZendeskAPI
26
# The top-level class that handles configuration and connection to the Zendesk API.
27
# Can also be used as an accessor to resource collections.
28
class Client
29
- GZIP_EXCEPTIONS = [:em_http, :httpclient]
+ GZIP_EXCEPTIONS = [:em_http, :httpclient, :httpx]
30
31
# @return [Configuration] Config instance
32
attr_reader :config
0 commit comments