You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome library. It's been very useful! In order to write some tests, I'd like to disable the gzip encoding/decoding in the underlying HTTP client, so I can save off the GitHub responses and mock them (avoid talking to real GitHub).
Is there an easy way to control the Accept-Encoding header? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks for this awesome library. It's been very useful! In order to write some tests, I'd like to disable the gzip encoding/decoding in the underlying HTTP client, so I can save off the GitHub responses and mock them (avoid talking to real GitHub).
Is there an easy way to control the
Accept-Encoding
header? Thanks in advance!The text was updated successfully, but these errors were encountered: