make-fetch-happen icon indicating copy to clipboard operation
make-fetch-happen copied to clipboard

Get in loser, we're making requests!

Results 36 make-fetch-happen issues
Sort by recently updated
recently updated
newest added

Could we have the full node TLS options like checkServerIdentity available from the make-fetch-happen API?

- Development Environment: `node -v` `v8.10.0` `npm -v` '5.6.0' windows7 64 - STEP run `npm install` debug output 0 info it worked if it ends with ok 1 verbose cli...

When fetching with a timeout set, and the server takes longer than the timeout to reply, it seems the promise does not complete. Code to reproduce: ``` //const fetch =...

*This issue was originally opened against `npm/npm` at https://github.com/npm/npm/issues/18208 but I believe the scope of the problem applies only to `make-fetch-happen`, so I am moving it here.* **Core problem** The...

bug
help wanted
starter

I kinda hacked that stuff in, and testing it will take a bit of work. Should really do it soon. Until then, yolo.

help wanted

HAR, aka Http Archive, is a format for archiving http requests on a page, preserving metadata and timing information. There are tools that then allow you to generate shiny network...