Can you help me re-write the below snippet as the bootstrap and HttpClient.from(tcp) are deprecated:
TcpClient.bootstrap(bootstrap -> BootstrapHandlers.updateLogSupport(bootstrap, new HttpLoggingHandler()))
webClient = WebClient.builder().clientConnector(new ReactorClientHttpConnector(HttpClient.from(tcpClient)))