Is it possible to use ktor as HTTP proxy (forward/...
# ktor
b
Is it possible to use ktor as HTTP proxy (forward/outbound proxy)? I already implemented the reverse proxy part for inbound connections, but I need it also for outbound connections. The proxy just filters request depending on some headers.
So is there an easy way to upgrade a
HTTP CONNECT
request to a TCP socket (tunnel)?