mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fix NoHttp violation
This commit is contained in:
+1
-1
@@ -664,7 +664,7 @@ public interface WebClient {
|
||||
* downstream, for example:
|
||||
* <pre class="code">
|
||||
* webClient.get()
|
||||
* .uri("http://abc.com/account/123")
|
||||
* .uri("https://abc.com/account/123")
|
||||
* .retrieve()
|
||||
* .bodyToMono(Account.class)
|
||||
* .onErrorResume(WebClientResponseException.class,
|
||||
|
||||
Reference in New Issue
Block a user