This repository was archived by the owner on Dec 16, 2023. It is now read-only.
v2.1.4
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