assaf / node-replay

When API testing slows you down: record and replay HTTP responses like a boss
http://documentup.com/assaf/node-replay
MIT License
522 stars 107 forks source link

Fix making real requests on Node 10 when using HTTPS.request(). #161

Closed djanowski closed 5 years ago

djanowski commented 5 years ago

Which is what the Request library uses.

155