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