You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new proxy is created by calling `createProxyServer` and passing
15
-
an `options` object as argument ([valid properties are available here](https://github.com/yawnt/caronte/blob/master/lib/caronte.js#L26-L39))
15
+
an `options` object as argument ([valid properties are available here](tree/master/lib/caronte.js#L26-L39))
When a request is proxied it follows two different pipelines ([available here](https://github.com/yawnt/caronte/tree/master/lib/caronte/passes))
38
+
When a request is proxied it follows two different pipelines ([available here](tree/master/lib/caronte/passes))
39
39
which apply transformations to both the `req` and `res` object.
40
40
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
41
41
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
0 commit comments