Skip to content

Commit a725043

Browse files
authored
Merge pull request #534 from zendesk/RED-1422-httpx
HTTPX Faraday adapter
2 parents b74637c + dc7ac53 commit a725043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Upcoming changes
5+
- _Unofficial_ support for [httpx](https://rubygems.org/gems/httpx)
66

77
## v2.0.1
88

lib/zendesk_api/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module ZendeskAPI
2424
# The top-level class that handles configuration and connection to the Zendesk API.
2525
# Can also be used as an accessor to resource collections.
2626
class Client
27-
GZIP_EXCEPTIONS = [:em_http, :httpclient]
27+
GZIP_EXCEPTIONS = [:em_http, :httpclient, :httpx]
2828

2929
# @return [Configuration] Config instance
3030
attr_reader :config

0 commit comments

Comments
 (0)