This commit adds a bodyToMono and bodyToFlux convenience method to
ClientResponse/ServerRequest, similar to the body(Publisher) method that
is on ClientRequest/ServerResponse.
@ -88,6 +91,16 @@ public class ServerRequestWrapper implements ServerRequest {
@@ -88,6 +91,16 @@ public class ServerRequestWrapper implements ServerRequest {
@ -96,6 +99,18 @@ public class MockServerRequest<T> implements ServerRequest {
@@ -96,6 +99,18 @@ public class MockServerRequest<T> implements ServerRequest {