Is it possible to handle CONNECT-requests with kto...
# ktor
b
Is it possible to handle CONNECT-requests with ktor? I want to implement a "smart" proxy, which intercepts outgoing requests by analysing the request itself. I want to use a CA and generate TLS certs on the fly to keep the transport encryption.
👀 1