phin
phin copied to clipboard
Node HTTP client
It appears, when `stream: true` and `compression: true`, `centra` delivers a gzip stream which does no contain a `headers` property, causing an exception in [phin.js](https://github.com/ethanent/phin/blob/master/lib/phin.js#L60) at `res.headers.hasOwnProperty('location')` ``` js const...
The package is used inside [Pactum](https://github.com/pactumjs/pactum) and do not access brotli compressed files. I know it is an indirect issue (the culprit is phin or pactum?), but I'm trying to...
https://bundlephobia.com/package/[email protected] this would suggest that when i `npm install phin` I also get axios and centra... This seems counter intuitive. Why are these competitors in your list of dependencies?
As mentioned previously, I am hoping to get new maintainers on board now that I have finished up some fixes and have gotten the library into a better state. It...