The new [Transport.NewClientConn] method returns a client connection to an HTTP server. Most users should continue to use [Transport.RoundTrip] to make requests, which manages a pool of connection. `NewClientConn` is useful for users who need to implement their own conection management.