mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
updated readme
This commit is contained in:
parent
198000feef
commit
9aa22162f1
@ -32,7 +32,7 @@ Let's suppose you were running multiple http application servers, but you only w
|
|||||||
### How to use node-http-proxy
|
### How to use node-http-proxy
|
||||||
|
|
||||||
var sys = require('sys'),
|
var sys = require('sys'),
|
||||||
colors = require('colors')
|
colors = require('colors'),
|
||||||
http = require('http'),
|
http = require('http'),
|
||||||
httpProxy = require('http-proxy').httpProxy;
|
httpProxy = require('http-proxy').httpProxy;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user