8000 Tags · assaf/node-replay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Tags: assaf/node-replay

Tags

v2.3.0

Toggle v2.3.0's commit message
Tested with Node 10.

add support for matching body with regular expression #145

v2.1.4

Toggle v2.1.4's commit message
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

v2.1.3

Toggle v2.1.3's commit message
FIXED for request library SSL authorization check

Updated dependencies
0