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

Option to skip body decompression #61

Closed zdm closed 3 years ago

zdm commented 4 years ago

Is it possible to add option that will allows to skip body decompression? I you are not against of this I can make PR.

feross commented 3 years ago

Yes, I'm not against this option. I left feedback on the PR you sent here: https://github.com/feross/simple-get/pull/62