feross / simple-get

Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines
MIT License
401 stars 50 forks source link

noDecompress option added #62

Closed zdm closed 11 hours ago

zdm commented 4 years ago

noDecompress option allows to skip response body decompression.

zdm commented 4 years ago

Hey. In our project we need to get gzipped content without decompression. Is it possible to accept this PR or at least give the answer does it has any chances to be accepted? I need to know what to do next. Thank you.