tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

Home Page:https://www.npmjs.com/package/needle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to set compressed as true by default

Hornwitser opened this issue · comments

6cd989f removed compressed from the defaults object preventing it from being set by default using needle.defaults.

Just pushed 2.3.2 with this update. Thanks!