Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
==========================================
+ Coverage 92.94% 92.96% +0.01%
==========================================
Files 5 5
Lines 482 483 +1
==========================================
+ Hits 448 449 +1
Misses 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It seems that setting this option not only affects what libcurl advertises as accepting but has the side effect of actually doing the decoding before the data is passed to the caller. That might be good but it's certainly worth considering whether we want to do that. It may also be a breaking change since callers that are setting the |
|
What if we just checked the |
What about adding compression by default?
The empty string
""instructslibcurlto add anAccept-Encoding:header containing all built-in supported encodings.