File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ proxies and load balancers.
21
21
### Core Concept
22
22
23
23
A new proxy is created by calling ` createProxyServer ` and passing
24
- an ` options ` object as argument ([ valid properties are available here] ( tree/master/ lib/http-proxy.js#L26-L39) )
24
+ an ` options ` object as argument ([ valid properties are available here] ( lib/http-proxy.js#L26-L39 ) )
25
25
26
26
``` javascript
27
27
var httpProxy = require (' http-proxy' );
@@ -44,7 +44,7 @@ require('http').createServer(function(req, res) {
44
44
});
45
45
```
46
46
47
- When a request is proxied it follows two different pipelines ([ available here] ( tree/master/ lib/http-proxy/passes) )
47
+ When a request is proxied it follows two different pipelines ([ available here] ( lib/http-proxy/passes ) )
48
48
which apply transformations to both the ` req ` and ` res ` object.
49
49
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
50
50
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
You can’t perform that action at this time.
0 commit comments