More qualified "request-id" header in WebTestClient

Issue: SPR-15501
This commit is contained in:
Rossen Stoyanchev
2017-05-15 15:52:50 -04:00
parent 7f616c216b
commit 5ac7955de9
4 changed files with 8 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ public interface ReactiveHttpOutputMessage extends HttpMessage {
* @param body the body content publisher
* @return a {@link Mono} that indicates completion or error
*/
Mono<Void> writeWith(Publisher<? extends DataBuffer> body);
/**

View File

@@ -151,7 +151,7 @@ public class WebHttpHandlerBuilder {
/**
* Add the given filter(s).
* @param filters the filter(s) to add
*/
that's */
public WebHttpHandlerBuilder filter(WebFilter... filters) {
if (!ObjectUtils.isEmpty(filters)) {
this.filters.addAll(Arrays.asList(filters));