mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Highlight correct lines for createProxyServer (#1117)
This commit is contained in:
parent
acdbec09c6
commit
235f0aa047
@ -45,7 +45,7 @@ Click [here](UPGRADING.md)
|
|||||||
### Core Concept
|
### Core Concept
|
||||||
|
|
||||||
A new proxy is created by calling `createProxyServer` and passing
|
A new proxy is created by calling `createProxyServer` and passing
|
||||||
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L22-L50))
|
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L26-L42))
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var httpProxy = require('http-proxy');
|
var httpProxy = require('http-proxy');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user