File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/http/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
44
44
* others registered in the
45
45
* {@link org.springframework.core.ReactiveAdapterRegistry ReactiveAdapterRegistry}.
46
46
*
47
- * <p>This builder is intended for use with the reactive
47
+ * <p>This builder is intended to POST {@code multipart/form-data} using the reactive
48
48
* {@link org.springframework.web.reactive.function.client.WebClient WebClient}.
49
49
* For multipart requests with the {@code RestTemplate}, simply create and
50
50
* populate a {@code MultiValueMap<String, HttpEntity>} as shown in the Javadoc for
You can’t perform that action at this time.
0 commit comments