More qualified "request-id" header in WebTestClient
Issue: SPR-15501
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user