Ability to use your own socket as an HTTP client #40
Replies: 1 comment
-
@harrison314 do you need any https inspection? Or can it run on its own https certificate? Anyway in the rewrite there is an interface that is called to create the http client for the back channel communication for some host. It will get the hostname and you can return your own http client. So as long as you can construct a http client that can handle the back channel communication you should be good with the new code. Otherwise yarp might be a good alternative to check-out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to define a custom socket client for egress communication instead of an HTTP client in the proxy?
I have two use cases:
Beta Was this translation helpful? Give feedback.
All reactions