proxyism

1.0.1 • Public • Published

proxyism

quickly write a proxy with behaviour for debugging production systems

myproxy.js
 
var proxy = require('proxyism');
 
// respond with local files
proxy.get('/some.js', proxy.file('some-other.js'));
 
// delay requests
proxy.getImage(proxy.delay(2000));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0

Package Sidebar

Install

npm i proxyism

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • refractalize