0.1.2 • Published 10 years ago

http-proxy-nocrash v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

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');
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago