This repository was archived by the owner on Dec 16, 2023. It is now read-only.
Tags: assaf/node-replay
Tags
ADDED control over which responses are recorded #68 Replay.recordResponseControl = { "myhostname.com:8080" : function(request, response) { return response.statusCode < 400; } }; ADDED record unzipped reply #72 ADDED support for passing-through client cert and key #99 ADDED backwards-compatible support for old response status formatting #132