Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.