8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca40da commit ede6490Copy full SHA for ede6490
demo.js
@@ -27,8 +27,7 @@
27
var sys = require('sys'),
28
colors = require('colors')
29
http = require('http'),
30
- httpProxy = require('./lib/node-http-proxy').httpProxy;
31
-
+ httpProxy = require('http-proxy').httpProxy;
32
33
// ascii art from http://github.com/marak/asciimo
34
var welcome = '\
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "http-proxy",
3
"description": "A full-featured http reverse proxy for node.js",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
6
"contributors": [
7
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" }
0 commit comments