https://pkg.go.dev/net/http#Transport.NewClientConn can be useful to replace the current proxy RoundTripper and maybe also our custom skipper client wrapper.
Likely a bit of work, but maybe interesting to manage connections ourselves if we want to mix HTTP/1.1, H2 and other higher layer protocols like gRPC/MCP or so.
https://pkg.go.dev/net/http#Transport.NewClientConn can be useful to replace the current proxy RoundTripper and maybe also our custom skipper client wrapper.
Likely a bit of work, but maybe interesting to manage connections ourselves if we want to mix HTTP/1.1, H2 and other higher layer protocols like gRPC/MCP or so.