http-proxy-nocrash-ebs

0.1.0 • Public • Published

http-proxy-noCrash

This is a small wrapper around https://github.com/nodejitsu/node-http-proxy

This wrapper solves the problem when the endpoint doesn't reply, which causes node to die.

To use this, instead of:

var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer();

write this:

var proxy = require('http-proxy-noCrash');

Readme

Keywords

none

Package Sidebar

Install

npm i http-proxy-nocrash-ebs

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • verisimilitude74
  • atos-ebs