mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
248 stars 55 forks source link

HTTP tunneling support #147

Open blnprasad opened 3 months ago

blnprasad commented 3 months ago

Hi, I'm new to this library. I'm exploring a way to tunnel received http request to remote host and get response back executing on it. wondering how can i do by defining custom "RequestForwardingInterceptor" that allows packing of httprequest and unpacking of httpresponse. I'm also looking for ReverseHTTP server implementation reference but couldn't find it. Any reference on above would be of great help. Thanks