Reputation: 178
The data body in the request can be obtained through ServerWebExchange, but this data structure can not be converted into a string, although I can get a string method.
Flux<DataBuffer> requestBody = exchange.getRequest().getBody();
Upvotes: 1
Views: 1809