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

Add option to restore default response stream mode to 'paused' #163

Closed zebulonj closed 5 years ago

zebulonj commented 5 years ago

This pull-request addresses the issue raised in #139 by adding an option on the Replay object to return response streams in the "paused" state, as is default in the Node httplibrary.

If this pull-request is acceptable in principal, I'll add related documentation to the README.

zebulonj commented 5 years ago

@assaf Any chance you could publish a new release to npm with this merged?