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 @@ -32,9 +32,9 @@ require('http').createServer(function(req, res) {
32
32
```
33
33
34
34
When a request is proxied it follows two different pipelines ([ available here] ( https://github.com/yawnt/caronte/tree/master/lib/caronte/passes ) )
35
- which apply trasformations to both the ` req ` and ` res ` object.
35
+ which apply transformations to both the ` req ` and ` res ` object.
36
36
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
37
- The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns datas
37
+ The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
38
38
to the client.
39
39
40
40
You can easily add a ` pass ` (stages) into both the pipelines (XXX: ADD API).
You can’t perform that action at this time.
0 commit comments