mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish contribution
Closes gh-30593
This commit is contained in:
@@ -76,7 +76,7 @@ import org.springframework.util.MultiValueMap;
|
||||
*
|
||||
* Mono<Void> result = webClient.post()
|
||||
* .uri("...")
|
||||
* .body(BodyInserters.fromMultipartData(multipartBody))
|
||||
* .bodyValue(multipartBody)
|
||||
* .retrieve()
|
||||
* .bodyToMono(Void.class)
|
||||
* </pre>
|
||||
|
||||
Reference in New Issue
Block a user