We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d2d1d commit 31c7807Copy full SHA for 31c7807
src/docs/asciidoc/web/webflux-webclient.adoc
@@ -80,8 +80,7 @@ To customize Reactor Netty settings:
80
[source,java,intent=0]
81
[subs="verbatim,quotes"]
82
----
83
- HttpClient httpClient = HttpClient.create()
84
- httpClient.secure(sslSpec -> ...);
+ HttpClient httpClient = HttpClient.create().secure(sslSpec -> ...);
85
ClientHttpConnector connector = new ReactorClientHttpConnector(httpClient);
86
87
WebClient webClient = WebClient.builder().clientConnector(connector).build();
0 commit comments