joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

Support deflate and gzip decompression #5

Open terinjokes opened 9 years ago

terinjokes commented 9 years ago

Would be great if bhttp could support deflate and gzip decompression.

terinjokes commented 9 years ago

Likewise, a hook for iconv decoding/encoding would be awesome.

ELLIOTTCABLE commented 6 years ago

A big :+1: here — one of the basic tenets of web-scraping etiquette is to reduce the load on the scraped server; lack of this makes bhttp a bit of a sketchy choice for web-scraping (for which it's otherwise excellent!)