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
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