Hacker News new | ask | show | jobs
by notpushkin 598 days ago
Most HTTP libraries would happily extract the result for you. [citation needed]
1 comments

Java class java.net.http.HttpClient

Python package requests

Whatever is the default these days in C#

Honestly, I have never used a modern HTTP client library that does not automatically decompress.

I guess libCurl might be a case where you need to add an option to force decompress.