Closed strefethen closed 4 years ago
I've started a PR but prior to completing it I need to get my employers approval for submissions to this repo. :| I'll circle back once that's complete.
@damccorm I have picked up this issue, PR #189 Just delivered to integrate a solution.
Done.
Environment
Node version: v8.7.0 Npm version: v6.7.0 OS and version: OSX v10.13.6 typed-rest-client version: 1.4.0
Issue Description
Making a request to a gzipped resource fails to decode the content properly.
Expected behaviour
Gzipped endpoints can be fetched and decoded properly.
Actual behaviour
Gzip support isn't implemented.
Steps to reproduce