My understanding is that this isn't something you want to do with WebFlux. This stack overflow post explains it a bit more:
https://stackoverflow.com/a/45280764
It also proposes a kind of workaround but it requires buffering of requests, which isn't ideal.