got-fetch
got-fetch copied to clipboard
A fetch interface to got
By default `got-fetch` adds a simple `Map` cache to the `got` options which is currently buggy in `got`. Perhaps we could provide a way to turn the cache option off...
So, I've noticed weird behavior and I think it's caused by how you handle redirects. When you make a POST request and the response has a redirect, you make a...
After upgrading to 5.1 the `afterResponse` hook is no longer being triggered. The `beforeRequest` works fine. It seems that 5.1 introduced [this change](https://github.com/alexghr/got-fetch/pull/139/commits/abc1732d714c1fb178438cdc1e203afc5ec214d5#diff-437f2c15df7c90ad8154c5de1677ec0838d51859bcc0a0cefd8a0424b5736f31R79) where it is always using streams and...
I have a pure node app. I don't really want to enable the `dom` module just for this library. Any chance we can get a version that doesn't require it?