node-request-capture-har

Save all traffic as a HAR file
  https://github.com/paulirish/node-request-capture-har
  0
  no reviews



Node.js module that wraps the request module and logs all HTTP traffic as a HAR file (HTTP Archive format: a JSON-formatted archive file format), useful for auto mocking a client during front-end testing.

Node.js is an event-based server-side JavaScript engine.