Is there a way in SpringWebFlux to get current Http Request object in a class apart from the controller and webfilter.
Something similar to
ServerRequestContext provided by Micronaut Framework. Using that i can get hold of http request during its lifecycle.